#CBC16F

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

Shades of Dark Khaki #CBC16F

Tints of Dark Khaki #CBC16F

Color information

#CBC16F (or 0xCBC16F) is unknown color: approx Dark Khaki. HEX triplet: CB, C1 and 6F. RGB value is (203,193,111). Sum of RGB (Red+Green+Blue) = 203+193+111=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC16F is #343E90. Grayscale: #BABABA. Windows color (decimal): -3423889 or 7324107. OLE color: 7324107.

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

Color convert

RGB203193111-
CMYK00.050.450.20
HSL53.48º46.94%61.57%-
HSV(B)53.48º45.32%79.61%-
XYZ46.5751.9822.62-
YUV186.6485.31139.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 111 (43.75% from 255) = 21.89%
R=40.04%
G=38.07%
B=21.89%

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
Decimal20319311100.050.450.2053.4846.9461.57
HexCBC16F052D14352f3e
Octal313301157055524655776
Binary11001011110000011101111010110110110100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC16F; }

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

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

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

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

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

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

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

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