#CCD155

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

Shades of Wild Willow #CCD155

Tints of Wild Willow #CCD155

Color information

#CCD155 (or 0xCCD155) is unknown color: approx Wild Willow. HEX triplet: CC, D1 and 55. RGB value is (204,209,85). Sum of RGB (Red+Green+Blue) = 204+209+85=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD155 is #332EAA. Grayscale: #C1C1C1. Windows color (decimal): -3354283 or 5624268. OLE color: 5624268.

HSL color Cylindrical-coordinate representation of color #CCD155: hue angle of 62.42º degrees, saturation: 0.57, 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 #CCD155 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20420985-
CMYK0.0200.590.18
HSL62.42º57.41%57.65%-
HSV(B)62.42º59.33%81.96%-
XYZ49.3459.0917.4-
YUV193.3766.84135.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 85 (33.59% from 255) = 17.07%
R=40.96%
G=41.97%
B=17.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204209850.0200.590.1862.4257.4157.65
HexCCD155203B123e393a
Octal314321125207322767172
Binary1100110011010001101010110011101110010111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD155; }

 p { color: rgb(204,209,85); }

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

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

 a { background-color: rgb(204,209,85); }

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

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

 span { border-color: rgb(204,209,85); }

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