#CDD54F

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

Shades of Wild Willow #CDD54F

Tints of Wild Willow #CDD54F

Color information

#CDD54F (or 0xCDD54F) is unknown color: approx Wild Willow. HEX triplet: CD, D5 and 4F. RGB value is (205,213,79). Sum of RGB (Red+Green+Blue) = 205+213+79=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD54F is #322AB0. Grayscale: #C3C3C3. Windows color (decimal): -3287729 or 5232077. OLE color: 5232077.

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

Color convert

RGB20521379-
CMYK0.0400.630.16
HSL63.58º61.47%57.25%-
HSV(B)63.58º62.91%83.53%-
XYZ50.3861.1316.54-
YUV195.3362.35134.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 79 (31.25% from 255) = 15.90%
R=41.25%
G=42.86%
B=15.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205213790.0400.630.1663.5861.4757.25
HexCDD54F403F10403d39
Octal3153251174077201007571
Binary110011011101010110011111000111111100001000000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD54F; }

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

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

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

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

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

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

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

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