Html Css Color HEX #C8B86D Dark Khaki

📋 copy color: '#C8B86D'

red 200 ◦ green 184 ◦ blue 109

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

Shades of Dark Khaki #C8B86D

Tints of Dark Khaki #C8B86D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.32%

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

R = 40.57%
G = 37.32%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8B86D (or 0xC8B86D) is known color: Dark Khaki. HEX triplet: C8, B8 and 6D. RGB value is (200,184,109). Sum of RGB (Red+Green+Blue) = 200+184+109=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B86D is #374792. Grayscale: #B4B4B4. Windows color (decimal): -3622803 or 7190728. OLE color: 7190728.

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

Color convert

RGB 200 184 109 -
CMYK 0 0.08 0.46 0.22
HSL 49.45º 0.45% 0.61% -
HSV(B) 49.45º 0.46% 0.78% -
XYZ 43.72 47.66 21.36 -
YUV 180.23 87.8 142.1 -
System Red Green Blue C M Y K H S L
Decimal 200 184 109 0 0.08 0.46 0.22 49.45 0.45 0.61
Hex C8 B8 6D 0 8 2E 16 31 2D 3D
Octal 310 270 155 0 10 56 26 61 55 75
Binary 11001000 10111000 1101101 0 1000 101110 10110 110001 101101 111101

Color Harmonies of #C8B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B86D

Black with #C8B86D

Text Example


Text Example

White with #C8B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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