#CCD560

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

Shades of Wild Willow #CCD560

Tints of Wild Willow #CCD560

Color information

#CCD560 (or 0xCCD560) is unknown color: approx Wild Willow. HEX triplet: CC, D5 and 60. RGB value is (204,213,96). Sum of RGB (Red+Green+Blue) = 204+213+96=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD560 is #332A9F. Grayscale: #C5C5C5. Windows color (decimal): -3353248 or 6346188. OLE color: 6346188.

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

Color convert

RGB20421396-
CMYK0.0400.550.16
HSL64.62º58.21%60.59%-
HSV(B)64.62º54.93%83.53%-
XYZ50.8161.2720.21-
YUV196.9771.02133.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=39.77%
G=41.52%
B=18.71%

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
Decimal204213960.0400.550.1664.6258.2160.59
HexCCD560403710413a3d
Octal3143251404067201017275
Binary110011001101010111000001000110111100001000001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD560; }

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

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

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

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

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

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

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

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