#CCD360

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

Shades of Wild Willow #CCD360

Tints of Wild Willow #CCD360

Color information

#CCD360 (or 0xCCD360) is unknown color: approx Wild Willow. HEX triplet: CC, D3 and 60. RGB value is (204,211,96). Sum of RGB (Red+Green+Blue) = 204+211+96=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD360 is #332C9F. Grayscale: #C4C4C4. Windows color (decimal): -3353760 or 6345676. OLE color: 6345676.

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

Color convert

RGB20421196-
CMYK0.0300.550.17
HSL63.65º56.65%60.2%-
HSV(B)63.65º54.5%82.75%-
XYZ50.3160.2720.05-
YUV195.871.68133.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=39.92%
G=41.29%
B=18.79%

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
Decimal204211960.0300.550.1763.6556.6560.2
HexCCD36030371140393c
Octal3143231403067211007174
Binary11001100110100111100000110110111100011000000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD360; }

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

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

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

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

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

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

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

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