#ced463

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

Shades of Wild Willow #CED463

Tints of Wild Willow #CED463

Color information

#CED463 (or 0xCED463) is unknown color: approx Wild Willow. HEX triplet: CE, D4 and 63. RGB value is (206,212,99). Sum of RGB (Red+Green+Blue) = 206+212+99=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #CED463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED463 is #312B9C. Grayscale: #C5C5C5. Windows color (decimal): -3222429 or 6542542. OLE color: 6542542.

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

Color convert

RGB20621299-
CMYK0.0300.530.17
HSL63.19º56.78%60.98%-
HSV(B)63.19º53.3%83.14%-
XYZ51.2561.1120.9-
YUV197.3272.51134.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 99 (39.06% from 255) = 19.15%
R=39.85%
G=41.01%
B=19.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206212990.0300.530.1763.1956.7860.98
HexCED4633035113f393d
Octal316324143306521777175
Binary1100111011010100110001111011010110001111111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced463; }

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

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

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

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

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

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

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

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