Html Css Color HEX #C8C36D Dark Khaki

📋 copy color: '#C8C36D'

red 200 ◦ green 195 ◦ blue 109

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

Shades of Dark Khaki #C8C36D

Tints of Dark Khaki #C8C36D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

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

R = 39.68%
G = 38.69%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8C36D (or 0xC8C36D) is known color: Dark Khaki. HEX triplet: C8, C3 and 6D. RGB value is (200,195,109). Sum of RGB (Red+Green+Blue) = 200+195+109=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C36D is #373C92. Grayscale: #BBBBBB. Windows color (decimal): -3619987 or 7193544. OLE color: 7193544.

HSL color Cylindrical-coordinate representation of color #C8C36D: hue angle of 56.7º 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 #C8C36D is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 195 109 -
CMYK 0 0.02 0.46 0.22
HSL 56.7º 0.45% 0.61% -
HSV(B) 56.7º 0.46% 0.78% -
XYZ 46.09 52.41 22.16 -
YUV 186.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 200 195 109 0 0.02 0.46 0.22 56.7 0.45 0.61
Hex C8 C3 6D 0 2 2E 16 39 2D 3D
Octal 310 303 155 0 2 56 26 71 55 75
Binary 11001000 11000011 1101101 0 10 101110 10110 111001 101101 111101

Color Harmonies of #C8C36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C36D

Black with #C8C36D

Text Example


Text Example

White with #C8C36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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