Html Css Color HEX #DED40A Sunflower

📋 copy color: '#DED40A'

red 222 ◦ green 212 ◦ blue 10

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

Shades of Sunflower #DED40A

Tints of Sunflower #DED40A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.75%

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

R = 50%
G = 47.75%
B = 2.25%

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

#DED40A (or 0xDED40A) is known color: Sunflower. HEX triplet: DE, D4 and 0A. RGB value is (222,212,10). Sum of RGB (Red+Green+Blue) = 222+212+10=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DED40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED40A is #212BF5. Grayscale: #C0C0C0. Windows color (decimal): -2173942 or 709854. OLE color: 709854.

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

Color convert

RGB 222 212 10 -
CMYK 0 0.05 0.95 0.13
HSL 57.17º 0.91% 0.45% -
HSV(B) 57.17º 0.95% 0.87% -
XYZ 53.72 62.64 9.55 -
YUV 191.96 25.31 149.43 -
System Red Green Blue C M Y K H S L
Decimal 222 212 10 0 0.05 0.95 0.13 57.17 0.91 0.45
Hex DE D4 A 0 5 5F D 39 5B 2D
Octal 336 324 12 0 5 137 15 71 133 55
Binary 11011110 11010100 1010 0 101 1011111 1101 111001 1011011 101101

Color Harmonies of #DED40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED40A

Black with #DED40A

Text Example


Text Example

White with #DED40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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