#CCC85B

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

Shades of Wild Willow #CCC85B

Tints of Wild Willow #CCC85B

Color information

#CCC85B (or 0xCCC85B) is unknown color: approx Wild Willow. HEX triplet: CC, C8 and 5B. RGB value is (204,200,91). Sum of RGB (Red+Green+Blue) = 204+200+91=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC85B is #3337A4. Grayscale: #BDBDBD. Windows color (decimal): -3356581 or 6015180. OLE color: 6015180.

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

Color convert

RGB20420091-
CMYK00.020.550.2
HSL57.88º52.56%57.84%-
HSV(B)57.88º55.39%80%-
XYZ47.4454.917.99-
YUV188.7772.83138.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 200 (78.52% from 255) = 40.40%
BLUE value IS 91 (35.94% from 255) = 18.38%
R=41.21%
G=40.40%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042009100.020.550.257.8852.5657.84
HexCCC85B0237143a353a
Octal314310133026724726572
Binary1100110011001000101101101011011110100111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC85B; }

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

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

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

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

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

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

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

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