#CDD25F

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

Shades of Wild Willow #CDD25F

Tints of Wild Willow #CDD25F

Color information

#CDD25F (or 0xCDD25F) is unknown color: approx Wild Willow. HEX triplet: CD, D2 and 5F. RGB value is (205,210,95). Sum of RGB (Red+Green+Blue) = 205+210+95=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD25F is #322DA0. Grayscale: #C3C3C3. Windows color (decimal): -3288481 or 6279885. OLE color: 6279885.

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

Color convert

RGB20521095-
CMYK0.0200.550.18
HSL62.61º56.1%59.8%-
HSV(B)62.61º54.76%82.35%-
XYZ50.2959.919.74-
YUV195.471.34134.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 95 (37.5% from 255) = 18.63%
R=40.20%
G=41.18%
B=18.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205210950.0200.550.1862.6156.159.8
HexCDD25F2037123f383c
Octal315322137206722777074
Binary1100110111010010101111110011011110010111111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD25F; }

 p { color: rgb(205,210,95); }

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

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

 a { background-color: rgb(205,210,95); }

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

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

 span { border-color: rgb(205,210,95); }

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