Html Css Color HEX #C8C66D Dark Khaki

📋 copy color: '#C8C66D'

red 200 ◦ green 198 ◦ blue 109

#C8C66D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C8C66D

Tints of Dark Khaki #C8C66D

RGB

 RED value IS 200 (78.52% from 255) = 39.45%

 GREEN value IS 198 (77.73% from 255) = 39.05%

 BLUE value IS 109 (42.97% from 255) = 21.5%

R = 39.45%
G = 39.05%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8C66D (or 0xC8C66D) is known color: Dark Khaki. HEX triplet: C8, C6 and 6D. RGB value is (200,198,109). Sum of RGB (Red+Green+Blue) = 200+198+109=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C66D is #373992. Grayscale: #BCBCBC. Windows color (decimal): -3619219 or 7194312. OLE color: 7194312.

HSL color Cylindrical-coordinate representation of color #C8C66D: hue angle of 58.68º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8C66D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 198 109 -
CMYK 0 0.01 0.46 0.22
HSL 58.68º 0.45% 0.61% -
HSV(B) 58.68º 0.46% 0.78% -
XYZ 46.77 53.77 22.38 -
YUV 188.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 200 198 109 0 0.01 0.46 0.22 58.68 0.45 0.61
Hex C8 C6 6D 0 1 2E 16 3B 2D 3D
Octal 310 306 155 0 1 56 26 73 55 75
Binary 11001000 11000110 1101101 0 1 101110 10110 111011 101101 111101

Color Harmonies of #C8C66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C66D

Black with #C8C66D

Text Example


Text Example

White with #C8C66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C66D; }

 p { color: rgb(200,198,109); }

 H1.HeaderClassName
 {
   color: #C8C66D;
 }
 .AnyTagClassName
 {
   color: #C8C66D;
 }
</style>

background-color css

<style>
 a { background-color: #C8C66D; }

 a { background-color: rgb(200,198,109); }

 div.DivClassName
 {
   background-color: #C8C66D;
 }
 .BgClassName
 {
   background-color: #C8C66D;
 }
</style>

border-color css

<style>
 span { border-color: #C8C66D; }

 span { border-color: rgb(200,198,109); }

 td.TdClassName
 {
   border-color: #C8C66D;
 }
 .TagClassName
 {
   border-color: #C8C66D;
 }
</style>