#CCD961

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

Shades of Wild Willow #CCD961

Tints of Wild Willow #CCD961

Color information

#CCD961 (or 0xCCD961) is unknown color: approx Wild Willow. HEX triplet: CC, D9 and 61. RGB value is (204,217,97). Sum of RGB (Red+Green+Blue) = 204+217+97=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD961 is #33269E. Grayscale: #C7C7C7. Windows color (decimal): -3352223 or 6412748. OLE color: 6412748.

HSL color Cylindrical-coordinate representation of color #CCD961: hue angle of 66.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD961 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB20421797-
CMYK0.0600.550.15
HSL66.5º61.22%61.57%-
HSV(B)66.5º55.3%85.1%-
XYZ51.8763.3320.8-
YUV199.4370.19131.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 217 (85.16% from 255) = 41.89%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=39.38%
G=41.89%
B=18.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204217970.0600.550.1566.561.2261.57
HexCCD9616037F423d3e
Octal3143311416067171027576
Binary11001100110110011100001110011011111111000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD961; }

 p { color: rgb(204,217,97); }

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

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

 a { background-color: rgb(204,217,97); }

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

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

 span { border-color: rgb(204,217,97); }

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