#CED261

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

Shades of Wild Willow #CED261

Tints of Wild Willow #CED261

Color information

#CED261 (or 0xCED261) is unknown color: approx Wild Willow. HEX triplet: CE, D2 and 61. RGB value is (206,210,97). Sum of RGB (Red+Green+Blue) = 206+210+97=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #CED261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED261 is #312D9E. Grayscale: #C4C4C4. Windows color (decimal): -3222943 or 6410958. OLE color: 6410958.

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

Color convert

RGB20621097-
CMYK0.0200.540.18
HSL62.12º55.67%60.2%-
HSV(B)62.12º53.81%82.35%-
XYZ50.6660.0820.24-
YUV195.9272.17135.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=40.16%
G=40.94%
B=18.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206210970.0200.540.1862.1255.6760.2
HexCED2612036123e383c
Octal316322141206622767074
Binary1100111011010010110000110011011010010111110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED261; }

 p { color: rgb(206,210,97); }

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

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

 a { background-color: rgb(206,210,97); }

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

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

 span { border-color: rgb(206,210,97); }

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