#cccf55

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

Shades of Wild Willow #CCCF55

Tints of Wild Willow #CCCF55

Color information

#CCCF55 (or 0xCCCF55) is unknown color: approx Wild Willow. HEX triplet: CC, CF and 55. RGB value is (204,207,85). Sum of RGB (Red+Green+Blue) = 204+207+85=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF55 is #3330AA. Grayscale: #C0C0C0. Windows color (decimal): -3354795 or 5623756. OLE color: 5623756.

HSL color Cylindrical-coordinate representation of color #CCCF55: hue angle of 61.48º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCCF55 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20420785-
CMYK0.0100.590.19
HSL61.48º55.96%57.25%-
HSV(B)61.48º58.94%81.18%-
XYZ48.8558.1217.24-
YUV192.267.51136.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 207 (81.25% from 255) = 41.73%
BLUE value IS 85 (33.59% from 255) = 17.14%
R=41.13%
G=41.73%
B=17.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204207850.0100.590.1961.4855.9657.25
HexCCCF55103B133d3839
Octal314317125107323757071
Binary110011001100111110101011011101110011111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cccf55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cccf55; }

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

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

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

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

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

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

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

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