#CCC86C

Color #CCC86C Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CCC86C

Tints of Wild Willow #CCC86C

Color information

#CCC86C (or 0xCCC86C) is unknown color: approx Wild Willow. HEX triplet: CC, C8 and 6C. RGB value is (204,200,108). Sum of RGB (Red+Green+Blue) = 204+200+108=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC86C is #333793. Grayscale: #BFBFBF. Windows color (decimal): -3356564 or 7129292. OLE color: 7129292.

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

Color convert

RGB204200108-
CMYK00.020.470.2
HSL57.5º48.48%61.18%-
HSV(B)57.5º47.06%80%-
XYZ48.2655.2322.3-
YUV190.7181.33137.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 108 (42.58% from 255) = 21.09%
R=39.84%
G=39.06%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420010800.020.470.257.548.4861.18
HexCCC86C022F143a303d
Octal314310154025724726075
Binary1100110011001000110110001010111110100111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC86C; }

 p { color: rgb(204,200,108); }

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

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

 a { background-color: rgb(204,200,108); }

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

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

 span { border-color: rgb(204,200,108); }

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