#DED10D

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

Shades of Sunflower #DED10D

Tints of Sunflower #DED10D

Color information

#DED10D (or 0xDED10D) is unknown color: approx Sunflower. HEX triplet: DE, D1 and 0D. RGB value is (222,209,13). Sum of RGB (Red+Green+Blue) = 222+209+13=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DED10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED10D is #212EF2. Grayscale: #BFBFBF. Windows color (decimal): -2174707 or 905694. OLE color: 905694.

HSL color Cylindrical-coordinate representation of color #DED10D: hue angle of 56.27º 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 #DED10D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB22220913-
CMYK00.060.940.13
HSL56.27º88.94%46.08%-
HSV(B)56.27º94.14%87.06%-
XYZ5361.169.39-
YUV190.5427.81150.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 209 (82.03% from 255) = 47.07%
BLUE value IS 13 (5.47% from 255) = 2.93%
R=50%
G=47.07%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222091300.060.940.1356.2788.9446.08
HexDED1D065ED38592e
Octal3363211506136157013156
Binary110111101101000111010110101111011011110001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED10D; }

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

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

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

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

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

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

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

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