#CDD15F

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

Shades of Wild Willow #CDD15F

Tints of Wild Willow #CDD15F

Color information

#CDD15F (or 0xCDD15F) is unknown color: approx Wild Willow. HEX triplet: CD, D1 and 5F. RGB value is (205,209,95). Sum of RGB (Red+Green+Blue) = 205+209+95=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD15F is #322EA0. Grayscale: #C3C3C3. Windows color (decimal): -3288737 or 6279629. OLE color: 6279629.

HSL color Cylindrical-coordinate representation of color #CDD15F: hue angle of 62.11º degrees, saturation: 0.55, 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 #CDD15F is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20520995-
CMYK0.0200.550.18
HSL62.11º55.34%59.61%-
HSV(B)62.11º54.55%81.96%-
XYZ50.0459.4119.66-
YUV194.8171.67135.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=40.28%
G=41.06%
B=18.66%

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
Decimal205209950.0200.550.1862.1155.3459.61
HexCDD15F2037123e373c
Octal315321137206722766774
Binary1100110111010001101111110011011110010111110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD15F; }

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

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

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

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

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

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

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

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