#CED553

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

Shades of Wild Willow #CED553

Tints of Wild Willow #CED553

Color information

#CED553 (or 0xCED553) is unknown color: approx Wild Willow. HEX triplet: CE, D5 and 53. RGB value is (206,213,83). Sum of RGB (Red+Green+Blue) = 206+213+83=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #CED553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED553 is #312AAC. Grayscale: #C4C4C4. Windows color (decimal): -3222189 or 5494222. OLE color: 5494222.

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

Color convert

RGB20621383-
CMYK0.0300.610.16
HSL63.23º60.75%58.04%-
HSV(B)63.23º61.03%83.53%-
XYZ50.8161.3317.34-
YUV196.0964.18135.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 83 (32.81% from 255) = 16.53%
R=41.04%
G=42.43%
B=16.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206213830.0300.610.1663.2360.7558.04
HexCED553303D103f3d3a
Octal316325123307520777572
Binary1100111011010101101001111011110110000111111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED553; }

 p { color: rgb(206,213,83); }

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

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

 a { background-color: rgb(206,213,83); }

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

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

 span { border-color: rgb(206,213,83); }

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