#CBC16D

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

Shades of Dark Khaki #CBC16D

Tints of Dark Khaki #CBC16D

Color information

#CBC16D (or 0xCBC16D) is unknown color: approx Dark Khaki. HEX triplet: CB, C1 and 6D. RGB value is (203,193,109). Sum of RGB (Red+Green+Blue) = 203+193+109=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC16D is #343E92. Grayscale: #BABABA. Windows color (decimal): -3423891 or 7193035. OLE color: 7193035.

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

Color convert

RGB203193109-
CMYK00.050.460.20
HSL53.62º47.47%61.18%-
HSV(B)53.62º46.31%79.61%-
XYZ46.4651.9422.04-
YUV186.4184.31139.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=40.20%
G=38.22%
B=21.58%

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
Decimal20319310900.050.460.2053.6247.4761.18
HexCBC16D052E14362f3d
Octal313301155055624665775
Binary11001011110000011101101010110111010100110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC16D; }

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

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

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

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

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

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

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

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