#CDD550

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

Shades of Wild Willow #CDD550

Tints of Wild Willow #CDD550

Color information

#CDD550 (or 0xCDD550) is unknown color: approx Wild Willow. HEX triplet: CD, D5 and 50. RGB value is (205,213,80). Sum of RGB (Red+Green+Blue) = 205+213+80=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD550 is #322AAF. Grayscale: #C3C3C3. Windows color (decimal): -3287728 or 5297613. OLE color: 5297613.

HSL color Cylindrical-coordinate representation of color #CDD550: hue angle of 63.61º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD550 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB20521380-
CMYK0.0400.620.16
HSL63.61º61.29%57.45%-
HSV(B)63.61º62.44%83.53%-
XYZ50.4261.1516.73-
YUV195.4562.85134.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 80 (31.64% from 255) = 16.06%
R=41.16%
G=42.77%
B=16.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205213800.0400.620.1663.6161.2957.45
HexCDD550403E10403d39
Octal3153251204076201007571
Binary110011011101010110100001000111110100001000000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD550; }

 p { color: rgb(205,213,80); }

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

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

 a { background-color: rgb(205,213,80); }

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

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

 span { border-color: rgb(205,213,80); }

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