#CED15F

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

Shades of Wild Willow #CED15F

Tints of Wild Willow #CED15F

Color information

#CED15F (or 0xCED15F) is unknown color: approx Wild Willow. HEX triplet: CE, D1 and 5F. RGB value is (206,209,95). Sum of RGB (Red+Green+Blue) = 206+209+95=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #CED15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED15F is #312EA0. Grayscale: #C3C3C3. Windows color (decimal): -3223201 or 6279630. OLE color: 6279630.

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

Color convert

RGB20620995-
CMYK0.0100.550.18
HSL61.58º55.34%59.61%-
HSV(B)61.58º54.55%81.96%-
XYZ50.3259.5519.67-
YUV195.1171.51135.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 209 (82.03% from 255) = 40.98%
BLUE value IS 95 (37.5% from 255) = 18.63%
R=40.39%
G=40.98%
B=18.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206209950.0100.550.1861.5855.3459.61
HexCED15F1037123e373c
Octal316321137106722766774
Binary110011101101000110111111011011110010111110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED15F; }

 p { color: rgb(206,209,95); }

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

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

 a { background-color: rgb(206,209,95); }

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

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

 span { border-color: rgb(206,209,95); }

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