#CCC56A

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

Shades of Dark Khaki #CCC56A

Tints of Dark Khaki #CCC56A

Color information

#CCC56A (or 0xCCC56A) is unknown color: approx Dark Khaki. HEX triplet: CC, C5 and 6A. RGB value is (204,197,106). Sum of RGB (Red+Green+Blue) = 204+197+106=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC56A is #333A95. Grayscale: #BDBDBD. Windows color (decimal): -3357334 or 6997452. OLE color: 6997452.

HSL color Cylindrical-coordinate representation of color #CCC56A: hue angle of 55.71º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCC56A is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204197106-
CMYK00.030.480.2
HSL55.71º49%60.78%-
HSV(B)55.71º48.04%80%-
XYZ47.4753.8121.52-
YUV188.7281.32138.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=40.24%
G=38.86%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419710600.030.480.255.714960.78
HexCCC56A03301438313d
Octal314305152036024706175
Binary1100110011000101110101001111000010100111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC56A; }

 p { color: rgb(204,197,106); }

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

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

 a { background-color: rgb(204,197,106); }

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

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

 span { border-color: rgb(204,197,106); }

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