#CBC06F

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

Shades of Dark Khaki #CBC06F

Tints of Dark Khaki #CBC06F

Color information

#CBC06F (or 0xCBC06F) is unknown color: approx Dark Khaki. HEX triplet: CB, C0 and 6F. RGB value is (203,192,111). Sum of RGB (Red+Green+Blue) = 203+192+111=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC06F is #343F90. Grayscale: #BABABA. Windows color (decimal): -3424145 or 7323851. OLE color: 7323851.

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

Color convert

RGB203192111-
CMYK00.050.450.20
HSL52.83º46.94%61.57%-
HSV(B)52.83º45.32%79.61%-
XYZ46.3551.5422.55-
YUV186.0585.64140.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 111 (43.75% from 255) = 21.94%
R=40.12%
G=37.94%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319211100.050.450.2052.8346.9461.57
HexCBC06F052D14352f3e
Octal313300157055524655776
Binary11001011110000001101111010110110110100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC06F; }

 p { color: rgb(203,192,111); }

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

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

 a { background-color: rgb(203,192,111); }

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

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

 span { border-color: rgb(203,192,111); }

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