#CDD15A

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

Shades of Wild Willow #CDD15A

Tints of Wild Willow #CDD15A

Color information

#CDD15A (or 0xCDD15A) is unknown color: approx Wild Willow. HEX triplet: CD, D1 and 5A. RGB value is (205,209,90). Sum of RGB (Red+Green+Blue) = 205+209+90=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD15A is #322EA5. Grayscale: #C2C2C2. Windows color (decimal): -3288742 or 5951949. OLE color: 5951949.

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

Color convert

RGB20520990-
CMYK0.0200.570.18
HSL62.02º56.4%58.63%-
HSV(B)62.02º56.94%81.96%-
XYZ49.8259.3218.5-
YUV194.2469.17135.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 90 (35.55% from 255) = 17.86%
R=40.67%
G=41.47%
B=17.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205209900.0200.570.1862.0256.458.63
HexCDD15A2039123e383b
Octal315321132207122767073
Binary1100110111010001101101010011100110010111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD15A; }

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

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

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

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

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

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

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

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