#CCD256

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

Shades of Wild Willow #CCD256

Tints of Wild Willow #CCD256

Color information

#CCD256 (or 0xCCD256) is unknown color: approx Wild Willow. HEX triplet: CC, D2 and 56. RGB value is (204,210,86). Sum of RGB (Red+Green+Blue) = 204+210+86=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD256 is #332DA9. Grayscale: #C2C2C2. Windows color (decimal): -3354026 or 5690060. OLE color: 5690060.

HSL color Cylindrical-coordinate representation of color #CCD256: hue angle of 62.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCD256 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20421086-
CMYK0.0300.590.18
HSL62.9º57.94%58.04%-
HSV(B)62.9º59.05%82.35%-
XYZ49.6359.617.69-
YUV194.0767.01135.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 86 (33.98% from 255) = 17.2%
R=40.8%
G=42%
B=17.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204210860.0300.590.1862.957.9458.04
HexCCD256303B123f3a3a
Octal314322126307322777272
Binary1100110011010010101011011011101110010111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD256; }

 p { color: rgb(204,210,86); }

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

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

 a { background-color: rgb(204,210,86); }

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

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

 span { border-color: rgb(204,210,86); }

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