Html Css Color HEX #DED010 Sunflower

📋 copy color: '#DED010'

red 222 ◦ green 208 ◦ blue 16

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

Shades of Sunflower #DED010

Tints of Sunflower #DED010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.64%

 BLUE value IS 16 (6.64% from 255) = 3.59%

R = 49.78%
G = 46.64%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DED010 (or 0xDED010) is known color: Sunflower. HEX triplet: DE, D0 and 10. RGB value is (222,208,16). Sum of RGB (Red+Green+Blue) = 222+208+16=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DED010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED010 is #212FEF. Grayscale: #BFBFBF. Windows color (decimal): -2174960 or 1102046. OLE color: 1102046.

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

Color convert

RGB 222 208 16 -
CMYK 0 0.06 0.93 0.13
HSL 55.92º 0.87% 0.47% -
HSV(B) 55.92º 0.93% 0.87% -
XYZ 52.77 60.68 9.42 -
YUV 190.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 222 208 16 0 0.06 0.93 0.13 55.92 0.87 0.47
Hex DE D0 10 0 6 5D D 38 57 2F
Octal 336 320 20 0 6 135 15 70 127 57
Binary 11011110 11010000 10000 0 110 1011101 1101 111000 1010111 101111

Color Harmonies of #DED010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED010

Black with #DED010

Text Example


Text Example

White with #DED010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED010; }

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

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

background-color css

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

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

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

border-color css

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

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

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