#CCD461

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

Shades of Wild Willow #CCD461

Tints of Wild Willow #CCD461

Color information

#CCD461 (or 0xCCD461) is unknown color: approx Wild Willow. HEX triplet: CC, D4 and 61. RGB value is (204,212,97). Sum of RGB (Red+Green+Blue) = 204+212+97=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD461 is #332B9E. Grayscale: #C4C4C4. Windows color (decimal): -3353503 or 6411468. OLE color: 6411468.

HSL color Cylindrical-coordinate representation of color #CCD461: hue angle of 64.17º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCD461 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB20421297-
CMYK0.0400.540.17
HSL64.17º57.21%60.59%-
HSV(B)64.17º54.25%83.14%-
XYZ50.660.7920.38-
YUV196.571.85133.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=39.77%
G=41.33%
B=18.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204212970.0400.540.1764.1757.2160.59
HexCCD46140361140393d
Octal3143241414066211007175
Binary110011001101010011000011000110110100011000000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD461; }

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

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

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

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

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

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

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

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