Html Css Color HEX #DED40E Sunflower

📋 copy color: '#DED40E'

red 222 ◦ green 212 ◦ blue 14

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

Shades of Sunflower #DED40E

Tints of Sunflower #DED40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 49.55%
G = 47.32%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DED40E (or 0xDED40E) is known color: Sunflower. HEX triplet: DE, D4 and 0E. RGB value is (222,212,14). Sum of RGB (Red+Green+Blue) = 222+212+14=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DED40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED40E is #212BF1. Grayscale: #C1C1C1. Windows color (decimal): -2173938 or 971998. OLE color: 971998.

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

Color convert

RGB 222 212 14 -
CMYK 0 0.05 0.94 0.13
HSL 57.12º 0.88% 0.46% -
HSV(B) 57.12º 0.94% 0.87% -
XYZ 53.75 62.65 9.68 -
YUV 192.42 27.31 149.1 -
System Red Green Blue C M Y K H S L
Decimal 222 212 14 0 0.05 0.94 0.13 57.12 0.88 0.46
Hex DE D4 E 0 5 5E D 39 58 2E
Octal 336 324 16 0 5 136 15 71 130 56
Binary 11011110 11010100 1110 0 101 1011110 1101 111001 1011000 101110

Color Harmonies of #DED40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED40E

Black with #DED40E

Text Example


Text Example

White with #DED40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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