#CCC85D

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

Shades of Wild Willow #CCC85D

Tints of Wild Willow #CCC85D

Color information

#CCC85D (or 0xCCC85D) is unknown color: approx Wild Willow. HEX triplet: CC, C8 and 5D. RGB value is (204,200,93). Sum of RGB (Red+Green+Blue) = 204+200+93=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC85D is #3337A2. Grayscale: #BDBDBD. Windows color (decimal): -3356579 or 6146252. OLE color: 6146252.

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

Color convert

RGB20420093-
CMYK00.020.540.2
HSL57.84º52.11%58.24%-
HSV(B)57.84º54.41%80%-
XYZ47.5354.9418.45-
YUV18973.83138.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 93 (36.72% from 255) = 18.71%
R=41.05%
G=40.24%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042009300.020.540.257.8452.1158.24
HexCCC85D0236143a343a
Octal314310135026624726472
Binary1100110011001000101110101011011010100111010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC85D; }

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

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

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

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

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

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

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

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