Html Css Color HEX #DED409 Sunflower

📋 copy color: '#DED409'

red 222 ◦ green 212 ◦ blue 9

#DED409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DED409

Tints of Sunflower #DED409

RGB

 RED value IS 222 (87.11% from 255) = 50.11%

 GREEN value IS 212 (83.2% from 255) = 47.86%

 BLUE value IS 9 (3.91% from 255) = 2.03%

R = 50.11%
G = 47.86%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DED409 (or 0xDED409) is known color: Sunflower. HEX triplet: DE, D4 and 09. RGB value is (222,212,9). Sum of RGB (Red+Green+Blue) = 222+212+9=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED409 is #212BF6. Grayscale: #C0C0C0. Windows color (decimal): -2173943 or 644318. OLE color: 644318.

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

Color convert

RGB 222 212 9 -
CMYK 0 0.05 0.96 0.13
HSL 57.18º 0.92% 0.45% -
HSV(B) 57.18º 0.96% 0.87% -
XYZ 53.72 62.64 9.52 -
YUV 191.85 24.81 149.51 -
System Red Green Blue C M Y K H S L
Decimal 222 212 9 0 0.05 0.96 0.13 57.18 0.92 0.45
Hex DE D4 9 0 5 60 D 39 5C 2D
Octal 336 324 11 0 5 140 15 71 134 55
Binary 11011110 11010100 1001 0 101 1100000 1101 111001 1011100 101101

Color Harmonies of #DED409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED409

Black with #DED409

Text Example


Text Example

White with #DED409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED409; }

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

 H1.HeaderClassName
 {
   color: #DED409;
 }
 .AnyTagClassName
 {
   color: #DED409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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