#CCDD60

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

Shades of Wild Willow #CCDD60

Tints of Wild Willow #CCDD60

Color information

#CCDD60 (or 0xCCDD60) is unknown color: approx Wild Willow. HEX triplet: CC, DD and 60. RGB value is (204,221,96). Sum of RGB (Red+Green+Blue) = 204+221+96=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD60 is #33229F. Grayscale: #CACACA. Windows color (decimal): -3351200 or 6348236. OLE color: 6348236.

HSL color Cylindrical-coordinate representation of color #CCDD60: hue angle of 68.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCDD60 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB20422196-
CMYK0.0800.570.13
HSL68.16º64.77%62.16%-
HSV(B)68.16º56.56%86.67%-
XYZ52.8765.3920.9-
YUV201.6768.37129.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=39.16%
G=42.42%
B=18.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204221960.0800.570.1368.1664.7762.16
HexCCDD608039D44413e
Octal314335140100711510410176
Binary1100110011011101110000010000111001110110001001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD60; }

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

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

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

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

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

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

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

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