#CED461

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

Shades of Wild Willow #CED461

Tints of Wild Willow #CED461

Color information

#CED461 (or 0xCED461) is unknown color: approx Wild Willow. HEX triplet: CE, D4 and 61. RGB value is (206,212,97). Sum of RGB (Red+Green+Blue) = 206+212+97=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #CED461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED461 is #312B9E. Grayscale: #C5C5C5. Windows color (decimal): -3222431 or 6411470. OLE color: 6411470.

HSL color Cylindrical-coordinate representation of color #CED461: hue angle of 63.13º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED461 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB20621297-
CMYK0.0300.540.17
HSL63.13º57.21%60.59%-
HSV(B)63.13º54.25%83.14%-
XYZ51.1561.0720.4-
YUV197.171.51134.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 97 (38.28% from 255) = 18.83%
R=40%
G=41.17%
B=18.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206212970.0300.540.1763.1357.2160.59
HexCED4613036113f393d
Octal316324141306621777175
Binary1100111011010100110000111011011010001111111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED461; }

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

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

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

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

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

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

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

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