#DED20D

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

Shades of Sunflower #DED20D

Tints of Sunflower #DED20D

Color information

#DED20D (or 0xDED20D) is unknown color: approx Sunflower. HEX triplet: DE, D2 and 0D. RGB value is (222,210,13). Sum of RGB (Red+Green+Blue) = 222+210+13=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DED20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED20D is #212DF2. Grayscale: #BFBFBF. Windows color (decimal): -2174451 or 905950. OLE color: 905950.

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

Color convert

RGB22221013-
CMYK00.050.940.13
HSL56.56º88.94%46.08%-
HSV(B)56.56º94.14%87.06%-
XYZ53.2461.659.47-
YUV191.1327.48150.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 210 (82.42% from 255) = 47.19%
BLUE value IS 13 (5.47% from 255) = 2.92%
R=49.89%
G=47.19%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222101300.050.940.1356.5688.9446.08
HexDED2D055ED39592e
Octal3363221505136157113156
Binary110111101101001011010101101111011011110011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED20D; }

 p { color: rgb(222,210,13); }

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

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

 a { background-color: rgb(222,210,13); }

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

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

 span { border-color: rgb(222,210,13); }

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