#CCD061

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

Shades of Wild Willow #CCD061

Tints of Wild Willow #CCD061

Color information

#CCD061 (or 0xCCD061) is unknown color: approx Wild Willow. HEX triplet: CC, D0 and 61. RGB value is (204,208,97). Sum of RGB (Red+Green+Blue) = 204+208+97=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD061 is #332F9E. Grayscale: #C2C2C2. Windows color (decimal): -3354527 or 6410444. OLE color: 6410444.

HSL color Cylindrical-coordinate representation of color #CCD061: hue angle of 62.16º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD061 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB20420897-
CMYK0.0200.530.18
HSL62.16º54.15%59.8%-
HSV(B)62.16º53.37%81.57%-
XYZ49.6258.8120.05-
YUV194.1573.17135.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 97 (38.28% from 255) = 19.06%
R=40.08%
G=40.86%
B=19.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204208970.0200.530.1862.1654.1559.8
HexCCD0612035123e363c
Octal314320141206522766674
Binary1100110011010000110000110011010110010111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD061; }

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

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

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

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

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

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

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

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