#CBC66F

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

Shades of Dark Khaki #CBC66F

Tints of Dark Khaki #CBC66F

Color information

#CBC66F (or 0xCBC66F) is unknown color: approx Dark Khaki. HEX triplet: CB, C6 and 6F. RGB value is (203,198,111). Sum of RGB (Red+Green+Blue) = 203+198+111=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC66F is #343990. Grayscale: #BDBDBD. Windows color (decimal): -3422609 or 7325387. OLE color: 7325387.

HSL color Cylindrical-coordinate representation of color #CBC66F: hue angle of 56.74º 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 #CBC66F is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB203198111-
CMYK00.020.450.20
HSL56.74º46.94%61.57%-
HSV(B)56.74º45.32%79.61%-
XYZ47.6954.2322.99-
YUV189.5883.66137.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=39.65%
G=38.67%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319811100.020.450.2056.7446.9461.57
HexCBC66F022D14392f3e
Octal313306157025524715776
Binary1100101111000110110111101010110110100111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC66F; }

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

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

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

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

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

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

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

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