#CDD360

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

Shades of Wild Willow #CDD360

Tints of Wild Willow #CDD360

Color information

#CDD360 (or 0xCDD360) is unknown color: approx Wild Willow. HEX triplet: CD, D3 and 60. RGB value is (205,211,96). Sum of RGB (Red+Green+Blue) = 205+211+96=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD360 is #322C9F. Grayscale: #C4C4C4. Windows color (decimal): -3288224 or 6345677. OLE color: 6345677.

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

Color convert

RGB20521196-
CMYK0.0300.550.17
HSL63.13º56.65%60.2%-
HSV(B)63.13º54.5%82.75%-
XYZ50.5860.4120.06-
YUV196.171.51134.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=40.04%
G=41.21%
B=18.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205211960.0300.550.1763.1356.6560.2
HexCDD3603037113f393c
Octal315323140306721777174
Binary1100110111010011110000011011011110001111111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD360; }

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

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

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

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

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

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

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

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