#CDD354

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

Shades of Wild Willow #CDD354

Tints of Wild Willow #CDD354

Color information

#CDD354 (or 0xCDD354) is unknown color: approx Wild Willow. HEX triplet: CD, D3 and 54. RGB value is (205,211,84). Sum of RGB (Red+Green+Blue) = 205+211+84=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD354 is #322CAB. Grayscale: #C3C3C3. Windows color (decimal): -3288236 or 5559245. OLE color: 5559245.

HSL color Cylindrical-coordinate representation of color #CDD354: hue angle of 62.83º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDD354 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB20521184-
CMYK0.0300.600.17
HSL62.83º59.07%57.84%-
HSV(B)62.83º60.19%82.75%-
XYZ50.0760.2117.37-
YUV194.7365.51135.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 211 (82.81% from 255) = 42.2%
BLUE value IS 84 (33.20% from 255) = 16.8%
R=41%
G=42.2%
B=16.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205211840.0300.600.1762.8359.0757.84
HexCDD354303C113f3b3a
Octal315323124307421777372
Binary1100110111010011101010011011110010001111111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD354; }

 p { color: rgb(205,211,84); }

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

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

 a { background-color: rgb(205,211,84); }

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

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

 span { border-color: rgb(205,211,84); }

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