#CDD152

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

Shades of Wild Willow #CDD152

Tints of Wild Willow #CDD152

Color information

#CDD152 (or 0xCDD152) is unknown color: approx Wild Willow. HEX triplet: CD, D1 and 52. RGB value is (205,209,82). Sum of RGB (Red+Green+Blue) = 205+209+82=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD152 is #322EAD. Grayscale: #C1C1C1. Windows color (decimal): -3288750 or 5427661. OLE color: 5427661.

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

Color convert

RGB20520982-
CMYK0.0200.610.18
HSL61.89º57.99%57.06%-
HSV(B)61.89º60.77%81.96%-
XYZ49.559.1916.8-
YUV193.3365.17136.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 82 (32.42% from 255) = 16.53%
R=41.33%
G=42.14%
B=16.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205209820.0200.610.1861.8957.9957.06
HexCDD152203D123e3a39
Octal315321122207522767271
Binary1100110111010001101001010011110110010111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD152; }

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

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

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

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

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

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

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

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