#CCD059

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

Shades of Wild Willow #CCD059

Tints of Wild Willow #CCD059

Color information

#CCD059 (or 0xCCD059) is unknown color: approx Wild Willow. HEX triplet: CC, D0 and 59. RGB value is (204,208,89). Sum of RGB (Red+Green+Blue) = 204+208+89=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD059 is #332FA6. Grayscale: #C1C1C1. Windows color (decimal): -3354535 or 5886156. OLE color: 5886156.

HSL color Cylindrical-coordinate representation of color #CCD059: hue angle of 62.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD059 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB20420889-
CMYK0.0200.570.18
HSL62.02º55.87%58.24%-
HSV(B)62.02º57.21%81.57%-
XYZ49.2658.6718.18-
YUV193.2469.17135.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 89 (35.16% from 255) = 17.76%
R=40.72%
G=41.52%
B=17.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204208890.0200.570.1862.0255.8758.24
HexCCD0592039123e383a
Octal314320131207122767072
Binary1100110011010000101100110011100110010111110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD059; }

 p { color: rgb(204,208,89); }

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

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

 a { background-color: rgb(204,208,89); }

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

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

 span { border-color: rgb(204,208,89); }

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