#CDD664

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

Shades of Wild Willow #CDD664

Tints of Wild Willow #CDD664

Color information

#CDD664 (or 0xCDD664) is unknown color: approx Wild Willow. HEX triplet: CD, D6 and 64. RGB value is (205,214,100). Sum of RGB (Red+Green+Blue) = 205+214+100=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD664 is #32299B. Grayscale: #C6C6C6. Windows color (decimal): -3287452 or 6608589. OLE color: 6608589.

HSL color Cylindrical-coordinate representation of color #CDD664: hue angle of 64.74º degrees, saturation: 0.58, 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 #CDD664 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB205214100-
CMYK0.0400.530.16
HSL64.74º58.16%61.57%-
HSV(B)64.74º53.27%83.92%-
XYZ51.5261.9921.31-
YUV198.3172.52132.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 100 (39.45% from 255) = 19.27%
R=39.50%
G=41.23%
B=19.27%

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
Decimal2052141000.0400.530.1664.7458.1661.57
HexCDD664403510413a3e
Octal3153261444065201017276
Binary110011011101011011001001000110101100001000001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD664; }

 p { color: rgb(205,214,100); }

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

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

 a { background-color: rgb(205,214,100); }

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

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

 span { border-color: rgb(205,214,100); }

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