Html Css Color HEX #C8BD6D Dark Khaki

📋 copy color: '#C8BD6D'

red 200 ◦ green 189 ◦ blue 109

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

Shades of Dark Khaki #C8BD6D

Tints of Dark Khaki #C8BD6D

RGB

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

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

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

R = 40.16%
G = 37.95%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8BD6D (or 0xC8BD6D) is known color: Dark Khaki. HEX triplet: C8, BD and 6D. RGB value is (200,189,109). Sum of RGB (Red+Green+Blue) = 200+189+109=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD6D is #374292. Grayscale: #B7B7B7. Windows color (decimal): -3621523 or 7192008. OLE color: 7192008.

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

Color convert

RGB 200 189 109 -
CMYK 0 0.06 0.46 0.22
HSL 52.75º 0.45% 0.61% -
HSV(B) 52.75º 0.46% 0.78% -
XYZ 44.78 49.78 21.72 -
YUV 183.17 86.14 140 -
System Red Green Blue C M Y K H S L
Decimal 200 189 109 0 0.06 0.46 0.22 52.75 0.45 0.61
Hex C8 BD 6D 0 6 2E 16 35 2D 3D
Octal 310 275 155 0 6 56 26 65 55 75
Binary 11001000 10111101 1101101 0 110 101110 10110 110101 101101 111101

Color Harmonies of #C8BD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD6D

Black with #C8BD6D

Text Example


Text Example

White with #C8BD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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