#CCC06F

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

Shades of Dark Khaki #CCC06F

Tints of Dark Khaki #CCC06F

Color information

#CCC06F (or 0xCCC06F) is unknown color: approx Dark Khaki. HEX triplet: CC, C0 and 6F. RGB value is (204,192,111). Sum of RGB (Red+Green+Blue) = 204+192+111=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC06F is #333F90. Grayscale: #BABABA. Windows color (decimal): -3358609 or 7323852. OLE color: 7323852.

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

Color convert

RGB204192111-
CMYK00.060.460.2
HSL52.26º47.69%61.76%-
HSV(B)52.26º45.59%80%-
XYZ46.6251.6822.56-
YUV186.3585.48140.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 111 (43.75% from 255) = 21.89%
R=40.24%
G=37.87%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419211100.060.460.252.2647.6961.76
HexCCC06F062E1434303e
Octal314300157065624646076
Binary11001100110000001101111011010111010100110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC06F; }

 p { color: rgb(204,192,111); }

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

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

 a { background-color: rgb(204,192,111); }

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

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

 span { border-color: rgb(204,192,111); }

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