#CCC86A

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

Shades of Wild Willow #CCC86A

Tints of Wild Willow #CCC86A

Color information

#CCC86A (or 0xCCC86A) is unknown color: approx Wild Willow. HEX triplet: CC, C8 and 6A. RGB value is (204,200,106). Sum of RGB (Red+Green+Blue) = 204+200+106=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC86A is #333795. Grayscale: #BEBEBE. Windows color (decimal): -3356566 or 6998220. OLE color: 6998220.

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

Color convert

RGB204200106-
CMYK00.020.480.2
HSL57.55º49%60.78%-
HSV(B)57.55º48.04%80%-
XYZ48.1655.1921.75-
YUV190.4880.33137.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 106 (41.80% from 255) = 20.78%
R=40%
G=39.22%
B=20.78%

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
Decimal20420010600.020.480.257.554960.78
HexCCC86A0230143a313d
Octal314310152026024726175
Binary1100110011001000110101001011000010100111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC86A; }

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

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

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

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

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

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

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

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