#CDD565

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

Shades of Wild Willow #CDD565

Tints of Wild Willow #CDD565

Color information

#CDD565 (or 0xCDD565) is unknown color: approx Wild Willow. HEX triplet: CD, D5 and 65. RGB value is (205,213,101). Sum of RGB (Red+Green+Blue) = 205+213+101=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD565 is #322A9A. Grayscale: #C6C6C6. Windows color (decimal): -3287707 or 6673869. OLE color: 6673869.

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

Color convert

RGB205213101-
CMYK0.0400.530.16
HSL64.29º57.14%61.57%-
HSV(B)64.29º52.58%83.53%-
XYZ51.3261.5121.48-
YUV197.8473.35133.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 213 (83.59% from 255) = 41.04%
BLUE value IS 101 (39.84% from 255) = 19.46%
R=39.50%
G=41.04%
B=19.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131010.0400.530.1664.2957.1461.57
HexCDD56540351040393e
Octal3153251454065201007176
Binary110011011101010111001011000110101100001000000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD565; }

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

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

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

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

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

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

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

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