#CDD15E

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

Shades of Wild Willow #CDD15E

Tints of Wild Willow #CDD15E

Color information

#CDD15E (or 0xCDD15E) is unknown color: approx Wild Willow. HEX triplet: CD, D1 and 5E. RGB value is (205,209,94). Sum of RGB (Red+Green+Blue) = 205+209+94=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD15E is #322EA1. Grayscale: #C3C3C3. Windows color (decimal): -3288738 or 6214093. OLE color: 6214093.

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

Color convert

RGB20520994-
CMYK0.0200.550.18
HSL62.09º55.56%59.41%-
HSV(B)62.09º55.02%81.96%-
XYZ5059.3919.42-
YUV194.6971.17135.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 94 (37.11% from 255) = 18.50%
R=40.35%
G=41.14%
B=18.50%

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
Decimal205209940.0200.550.1862.0955.5659.41
HexCDD15E2037123e383b
Octal315321136206722767073
Binary1100110111010001101111010011011110010111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD15E; }

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

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

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

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

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

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

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

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