#DED40A

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

Shades of Sunflower #DED40A

Tints of Sunflower #DED40A

Color information

#DED40A (or 0xDED40A) is unknown color: approx Sunflower. HEX triplet: DE, D4 and 0A. RGB value is (222,212,10). Sum of RGB (Red+Green+Blue) = 222+212+10=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DED40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED40A is #212BF5. Grayscale: #C0C0C0. Windows color (decimal): -2173942 or 709854. OLE color: 709854.

HSL color Cylindrical-coordinate representation of color #DED40A: hue angle of 57.17º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DED40A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB22221210-
CMYK00.050.950.13
HSL57.17º91.38%45.49%-
HSV(B)57.17º95.5%87.06%-
XYZ53.7262.649.55-
YUV191.9625.31149.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 212 (83.20% from 255) = 47.75%
BLUE value IS 10 (4.30% from 255) = 2.25%
R=50%
G=47.75%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222121000.050.950.1357.1791.3845.49
HexDED4A055FD395b2d
Octal3363241205137157113355
Binary110111101101010010100101101111111011110011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED40A; }

 p { color: rgb(222,212,10); }

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

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

 a { background-color: rgb(222,212,10); }

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

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

 span { border-color: rgb(222,212,10); }

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