#CDD361

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

Shades of Wild Willow #CDD361

Tints of Wild Willow #CDD361

Color information

#CDD361 (or 0xCDD361) is unknown color: approx Wild Willow. HEX triplet: CD, D3 and 61. RGB value is (205,211,97). Sum of RGB (Red+Green+Blue) = 205+211+97=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD361 is #322C9E. Grayscale: #C4C4C4. Windows color (decimal): -3288223 or 6411213. OLE color: 6411213.

HSL color Cylindrical-coordinate representation of color #CDD361: hue angle of 63.16º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDD361 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB20521197-
CMYK0.0300.540.17
HSL63.16º56.44%60.39%-
HSV(B)63.16º54.03%82.75%-
XYZ50.6360.4320.31-
YUV196.2172.01134.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=39.96%
G=41.13%
B=18.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205211970.0300.540.1763.1656.4460.39
HexCDD3613036113f383c
Octal315323141306621777074
Binary1100110111010011110000111011011010001111111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD361; }

 p { color: rgb(205,211,97); }

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

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

 a { background-color: rgb(205,211,97); }

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

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

 span { border-color: rgb(205,211,97); }

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