#CBC06D

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

Shades of Dark Khaki #CBC06D

Tints of Dark Khaki #CBC06D

Color information

#CBC06D (or 0xCBC06D) is unknown color: approx Dark Khaki. HEX triplet: CB, C0 and 6D. RGB value is (203,192,109). Sum of RGB (Red+Green+Blue) = 203+192+109=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC06D is #343F92. Grayscale: #BABABA. Windows color (decimal): -3424147 or 7192779. OLE color: 7192779.

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

Color convert

RGB203192109-
CMYK00.050.460.20
HSL52.98º47.47%61.18%-
HSV(B)52.98º46.31%79.61%-
XYZ46.2451.521.97-
YUV185.8384.64140.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 109 (42.97% from 255) = 21.63%
R=40.28%
G=38.10%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319210900.050.460.2052.9847.4761.18
HexCBC06D052E14352f3d
Octal313300155055624655775
Binary11001011110000001101101010110111010100110101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC06D; }

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

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

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

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

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

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

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

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