Html Css Color HEX #DED111 Sunflower

📋 copy color: '#DED111'

red 222 ◦ green 209 ◦ blue 17

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

Shades of Sunflower #DED111

Tints of Sunflower #DED111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 49.55%
G = 46.65%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DED111 (or 0xDED111) is known color: Sunflower. HEX triplet: DE, D1 and 11. RGB value is (222,209,17). Sum of RGB (Red+Green+Blue) = 222+209+17=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DED111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED111 is #212EEE. Grayscale: #BFBFBF. Windows color (decimal): -2174703 or 1167838. OLE color: 1167838.

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

Color convert

RGB 222 209 17 -
CMYK 0 0.06 0.92 0.13
HSL 56.2º 0.86% 0.47% -
HSV(B) 56.2º 0.92% 0.87% -
XYZ 53.03 61.17 9.54 -
YUV 191 29.81 150.11 -
System Red Green Blue C M Y K H S L
Decimal 222 209 17 0 0.06 0.92 0.13 56.2 0.86 0.47
Hex DE D1 11 0 6 5C D 38 56 2F
Octal 336 321 21 0 6 134 15 70 126 57
Binary 11011110 11010001 10001 0 110 1011100 1101 111000 1010110 101111

Color Harmonies of #DED111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED111

Black with #DED111

Text Example


Text Example

White with #DED111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED111; }

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

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

background-color css

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

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

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

border-color css

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

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

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