COLOR #C6B23D

HEX: #C6B23D RGB: (198,178,61)

Color info

#C6B23D contains mainly red and green colors. Web safe color of #C6B23D is #CC9933 (or #C93).

RGB color model

#C6B23D color RGB value is (198,178,61).

RGB: (198,178,61) (78%, 70%, 24%)

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 61 of 255 = 24%

198
178
61

R + G + B ~ 57%. #C6B23D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 198 + 178 + 61 = 437 (100%)
R 198 of 437 ~ 45.31%
G 178 of 437 ~ 40.73%
B 61 of 437 ~ 13.96'%

%45.31
%40.73
%13.96

CMYK color model

#C6B23D color CMYK value is (0,10,69,22).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 69.19%
  • key color value is 22.35%

CMYK: (0,10,69,22)
C0M10Y69K22 (0%, 10%, 69%, 22%)
(0.00 / 0.10 / 0.69 / 0.22)

CMYK percentages

%0
%10.1
%69.19
%22.35

Codes

Color #C6B23D in popluar color models

C6 B2 3D
RGB 198 178 61
HSL 51° 54.58% 50.78%
HSB/HSV 51° 69.19% 77.65%
CMYK 0.00% 10.10% 69.19%
22.35%

Color #C6B23D in popluar number systems.

HEX C6 B2 3D
Decimal 198 178 61
Binary 11000110 10110010 111101
Octal 306 262 75

Shades and tints

Shades of #C6B23D

#C6B23D
(198,178,61)
#B4A238
(180,162,56)
#A29233
(162,146,51)
#90822E
(144,130,46)
#7E7229
(126,114,41)
#6C6224
(108,98,36)
#5A521F
(90,82,31)
#48421A
(72,66,26)
#363215
(54,50,21)
#242210
(36,34,16)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #C6B23D

#C6B23D
(198,178,61)
#CBB94E
(203,185,78)
#D0C05F
(208,192,95)
#D5C770
(213,199,112)
#DACE81
(218,206,129)
#DFD592
(223,213,146)
#E4DCA3
(228,220,163)
#E9E3B4
(233,227,180)
#EEEAC5
(238,234,197)
#F3F1D6
(243,241,214)
#F8F8E7
(248,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B23D color. Also use rgb(198,178,61) instead hex code.

Text Font Color

.myTextColor { color: #C6B23D; }

<p style="color:#C6B23D">This sample text font color is #C6B23D.</p>

This text font color is #C6B23D.

Background Color

.myBgColor { background-color: #C6B23D; }

<div style="background-color:#C6B23D">Inner text</div>

This div background color is #C6B23D.

Border color

.myBorderColor { border: 1px solid #C6B23D; }

<div style="border:3px solid #C6B23D">Div</div>

This div border color is #C6B23D.

Opacity

.myOpacity80 { color: #C6B23D; opacity: 0.8; }

<p style="color:#C6B23D;opacity:0.8;">80%</p>

Text with #C6B23D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C6B23D;}

<p style="text-shadow: 3px 3px 1px #C6B23D">Text here.</p>

This text has shadow with #C6B23D color.


.textShadow {text-shadow: 3px 3px 1px #C6B23D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6B23D, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6B23D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6B23D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6B23D, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6B23D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6B23D;
-webkit-box-shadow: 1px 1px 3px 2px #C6B23D;
box-shadow: 1px 1px 3px 2px #C6B23D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6B23D; -webkit-box-shadow: 1px 1px 3px 2px #C6B23D; box-shadow:1px 1px 3px 2px #C6B23D;">
Div content here
</div>

This div box has shadow with color #C6B23D.

Preview

Color preview on black background

This text has color #C6B23D on black background.


Color preview on white background

This text has color #C6B23D on white background.


Black color preview on #C6B23D background

This text has black color on #C6B23D background.


White color preview on #C6B23D background

This text has white color on #C6B23D background.


Related colors

Complementary color

Complementary color for #hex is #394DC2.


I love getcolorcode.com

Triadic colors

1 #3DC6B2 and #B23DC6 with #C6B23D are triadic colors.

2 #3DB2C6 and #B2C63D with #C6B23D are triadic colors.