#DED00D

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

Shades of Sunflower #DED00D

Tints of Sunflower #DED00D

Color information

#DED00D (or 0xDED00D) is unknown color: approx Sunflower. HEX triplet: DE, D0 and 0D. RGB value is (222,208,13). Sum of RGB (Red+Green+Blue) = 222+208+13=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED00D is #212FF2. Grayscale: #BEBEBE. Windows color (decimal): -2174963 or 905438. OLE color: 905438.

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

Color convert

RGB22220813-
CMYK00.060.940.13
HSL55.98º88.94%46.08%-
HSV(B)55.98º94.14%87.06%-
XYZ52.7560.679.31-
YUV189.9628.14150.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.11%
GREEN value IS 208 (81.64% from 255) = 46.95%
BLUE value IS 13 (5.47% from 255) = 2.93%
R=50.11%
G=46.95%
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
Decimal2222081300.060.940.1355.9888.9446.08
HexDED0D065ED38592e
Octal3363201506136157013156
Binary110111101101000011010110101111011011110001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED00D; }

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

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

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

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

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

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

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

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