Html Css Color HEX #DED113 Sunflower

📋 copy color: '#DED113'

red 222 ◦ green 209 ◦ blue 19

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

Shades of Sunflower #DED113

Tints of Sunflower #DED113

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.44%

 BLUE value IS 19 (7.81% from 255) = 4.22%

R = 49.33%
G = 46.44%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DED113 (or 0xDED113) is known color: Sunflower. HEX triplet: DE, D1 and 13. RGB value is (222,209,19). Sum of RGB (Red+Green+Blue) = 222+209+19=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DED113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED113 is #212EEC. Grayscale: #BFBFBF. Windows color (decimal): -2174701 or 1298910. OLE color: 1298910.

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

Color convert

RGB 222 209 19 -
CMYK 0 0.06 0.91 0.13
HSL 56.16º 0.84% 0.47% -
HSV(B) 56.16º 0.91% 0.87% -
XYZ 53.04 61.18 9.63 -
YUV 191.23 30.81 149.95 -
System Red Green Blue C M Y K H S L
Decimal 222 209 19 0 0.06 0.91 0.13 56.16 0.84 0.47
Hex DE D1 13 0 6 5B D 38 54 2F
Octal 336 321 23 0 6 133 15 70 124 57
Binary 11011110 11010001 10011 0 110 1011011 1101 111000 1010100 101111

Color Harmonies of #DED113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED113

Black with #DED113

Text Example


Text Example

White with #DED113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED113; }

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

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

background-color css

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

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

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

border-color css

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

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

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