Html Css Color HEX #DED210 Sunflower

📋 copy color: '#DED210'

red 222 ◦ green 210 ◦ blue 16

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

Shades of Sunflower #DED210

Tints of Sunflower #DED210

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.88%

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

R = 49.55%
G = 46.88%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DED210 (or 0xDED210) is known color: Sunflower. HEX triplet: DE, D2 and 10. RGB value is (222,210,16). Sum of RGB (Red+Green+Blue) = 222+210+16=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DED210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED210 is #212DEF. Grayscale: #C0C0C0. Windows color (decimal): -2174448 or 1102558. OLE color: 1102558.

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

Color convert

RGB 222 210 16 -
CMYK 0 0.05 0.93 0.13
HSL 56.5º 0.87% 0.47% -
HSV(B) 56.5º 0.93% 0.87% -
XYZ 53.26 61.66 9.58 -
YUV 191.47 28.98 149.77 -
System Red Green Blue C M Y K H S L
Decimal 222 210 16 0 0.05 0.93 0.13 56.5 0.87 0.47
Hex DE D2 10 0 5 5D D 39 57 2F
Octal 336 322 20 0 5 135 15 71 127 57
Binary 11011110 11010010 10000 0 101 1011101 1101 111001 1010111 101111

Color Harmonies of #DED210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED210

Black with #DED210

Text Example


Text Example

White with #DED210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED210; }

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

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

background-color css

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

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

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

border-color css

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

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

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