Html Css Color HEX #DED20A Sunflower

📋 copy color: '#DED20A'

red 222 ◦ green 210 ◦ blue 10

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

Shades of Sunflower #DED20A

Tints of Sunflower #DED20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.26%

R = 50.23%
G = 47.51%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DED20A (or 0xDED20A) is known color: Sunflower. HEX triplet: DE, D2 and 0A. RGB value is (222,210,10). Sum of RGB (Red+Green+Blue) = 222+210+10=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DED20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED20A is #212DF5. Grayscale: #BFBFBF. Windows color (decimal): -2174454 or 709342. OLE color: 709342.

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

Color convert

RGB 222 210 10 -
CMYK 0 0.05 0.95 0.13
HSL 56.6º 0.91% 0.45% -
HSV(B) 56.6º 0.95% 0.87% -
XYZ 53.23 61.64 9.38 -
YUV 190.79 25.98 150.26 -
System Red Green Blue C M Y K H S L
Decimal 222 210 10 0 0.05 0.95 0.13 56.6 0.91 0.45
Hex DE D2 A 0 5 5F D 39 5B 2D
Octal 336 322 12 0 5 137 15 71 133 55
Binary 11011110 11010010 1010 0 101 1011111 1101 111001 1011011 101101

Color Harmonies of #DED20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED20A

Black with #DED20A

Text Example


Text Example

White with #DED20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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