#ccc76b

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

Shades of Dark Khaki #CCC76B

Tints of Dark Khaki #CCC76B

Color information

#CCC76B (or 0xCCC76B) is unknown color: approx Dark Khaki. HEX triplet: CC, C7 and 6B. RGB value is (204,199,107). Sum of RGB (Red+Green+Blue) = 204+199+107=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC76B is #333894. Grayscale: #BEBEBE. Windows color (decimal): -3356821 or 7063500. OLE color: 7063500.

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

Color convert

RGB204199107-
CMYK00.020.480.2
HSL56.91º48.74%60.98%-
HSV(B)56.91º47.55%80%-
XYZ47.9854.7521.95-
YUV190.0181.16137.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 199 (78.12% from 255) = 39.02%
BLUE value IS 107 (42.19% from 255) = 20.98%
R=40%
G=39.02%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419910700.020.480.256.9148.7460.98
HexCCC76B02301439313d
Octal314307153026024716175
Binary1100110011000111110101101011000010100111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccc76b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccc76b; }

 p { color: rgb(204,199,107); }

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

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

 a { background-color: rgb(204,199,107); }

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

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

 span { border-color: rgb(204,199,107); }

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