Html Css Color HEX #C8BD64 Dark Khaki

📋 copy color: '#C8BD64'

red 200 ◦ green 189 ◦ blue 100

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

Shades of Dark Khaki #C8BD64

Tints of Dark Khaki #C8BD64

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

 BLUE value IS 100 (39.45% from 255) = 20.45%

R = 40.9%
G = 38.65%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C8BD64 (or 0xC8BD64) is known color: Dark Khaki. HEX triplet: C8, BD and 64. RGB value is (200,189,100). Sum of RGB (Red+Green+Blue) = 200+189+100=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD64 is #37429B. Grayscale: #B6B6B6. Windows color (decimal): -3621532 or 6602184. OLE color: 6602184.

HSL color Cylindrical-coordinate representation of color #C8BD64: hue angle of 53.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8BD64 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 189 100 -
CMYK 0 0.06 0.5 0.22
HSL 53.4º 0.48% 0.59% -
HSV(B) 53.4º 0.5% 0.78% -
XYZ 44.32 49.59 19.29 -
YUV 182.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 200 189 100 0 0.06 0.5 0.22 53.4 0.48 0.59
Hex C8 BD 64 0 6 32 16 35 30 3B
Octal 310 275 144 0 6 62 26 65 60 73
Binary 11001000 10111101 1100100 0 110 110010 10110 110101 110000 111011

Color Harmonies of #C8BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD64

Black with #C8BD64

Text Example


Text Example

White with #C8BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD64; }

 p { color: rgb(200,189,100); }

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

background-color css

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

 a { background-color: rgb(200,189,100); }

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

border-color css

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

 span { border-color: rgb(200,189,100); }

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