#CBBC71

Color #CBBC71 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #CBBC71

Tints of Dark Khaki #CBBC71

Color information

#CBBC71 (or 0xCBBC71) is unknown color: approx Dark Khaki. HEX triplet: CB, BC and 71. RGB value is (203,188,113). Sum of RGB (Red+Green+Blue) = 203+188+113=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC71 is #34438E. Grayscale: #B8B8B8. Windows color (decimal): -3425167 or 7453899. OLE color: 7453899.

HSL color Cylindrical-coordinate representation of color #CBBC71: hue angle of 50º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBBC71 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203188113-
CMYK00.070.440.20
HSL50º46.39%61.96%-
HSV(B)50º44.33%79.61%-
XYZ45.5949.8622.84-
YUV183.9487.97141.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=40.28%
G=37.30%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318811300.070.440.205046.3961.96
HexCBBC71072C14322e3e
Octal313274161075424625676
Binary11001011101111001110001011110110010100110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC71; }

 p { color: rgb(203,188,113); }

 H1.HeaderClassName
 {
   color: #CBBC71;
 }
 .AnyTagClassName
 {
   color: #CBBC71;
 }
</style>
background-color css

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

 a { background-color: rgb(203,188,113); }

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

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

 span { border-color: rgb(203,188,113); }

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