#CDD560

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

Shades of Wild Willow #CDD560

Tints of Wild Willow #CDD560

Color information

#CDD560 (or 0xCDD560) is unknown color: approx Wild Willow. HEX triplet: CD, D5 and 60. RGB value is (205,213,96). Sum of RGB (Red+Green+Blue) = 205+213+96=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD560 is #322A9F. Grayscale: #C5C5C5. Windows color (decimal): -3287712 or 6346189. OLE color: 6346189.

HSL color Cylindrical-coordinate representation of color #CDD560: hue angle of 64.1º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDD560 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB20521396-
CMYK0.0400.550.16
HSL64.1º58.21%60.59%-
HSV(B)64.1º54.93%83.53%-
XYZ51.0861.4120.23-
YUV197.2770.85133.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 213 (83.59% from 255) = 41.44%
BLUE value IS 96 (37.89% from 255) = 18.68%
R=39.88%
G=41.44%
B=18.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205213960.0400.550.1664.158.2160.59
HexCDD560403710403a3d
Octal3153251404067201007275
Binary110011011101010111000001000110111100001000000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD560; }

 p { color: rgb(205,213,96); }

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

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

 a { background-color: rgb(205,213,96); }

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

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

 span { border-color: rgb(205,213,96); }

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