#ccdc60

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

Shades of Wild Willow #CCDC60

Tints of Wild Willow #CCDC60

Color information

#CCDC60 (or 0xCCDC60) is unknown color: approx Wild Willow. HEX triplet: CC, DC and 60. RGB value is (204,220,96). Sum of RGB (Red+Green+Blue) = 204+220+96=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC60 is #33239F. Grayscale: #C9C9C9. Windows color (decimal): -3351456 or 6347980. OLE color: 6347980.

HSL color Cylindrical-coordinate representation of color #CCDC60: hue angle of 67.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCDC60 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB20422096-
CMYK0.0700.560.14
HSL67.74º63.92%61.96%-
HSV(B)67.74º56.36%86.27%-
XYZ52.6164.8720.81-
YUV201.0868.7130.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 96 (37.89% from 255) = 18.46%
R=39.23%
G=42.31%
B=18.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204220960.0700.560.1467.7463.9261.96
HexCCDC607038E44403e
Octal31433414070701610410076
Binary110011001101110011000001110111000111010001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccdc60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccdc60; }

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

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

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

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

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

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

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

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