Html Css Color HEX #DEC404 Sunflower

📋 copy color: '#DEC404'

red 222 ◦ green 196 ◦ blue 4

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

Shades of Sunflower #DEC404

Tints of Sunflower #DEC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 52.61%
G = 46.45%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEC404 (or 0xDEC404) is known color: Sunflower. HEX triplet: DE, C4 and 04. RGB value is (222,196,4). Sum of RGB (Red+Green+Blue) = 222+196+4=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC404 is #213BFB. Grayscale: #B6B6B6. Windows color (decimal): -2178044 or 312542. OLE color: 312542.

HSL color Cylindrical-coordinate representation of color #DEC404: hue angle of 52.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEC404 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 196 4 -
CMYK 0 0.12 0.98 0.13
HSL 52.84º 0.96% 0.44% -
HSV(B) 52.84º 0.98% 0.87% -
XYZ 49.89 55.02 8.11 -
YUV 181.89 27.61 156.61 -
System Red Green Blue C M Y K H S L
Decimal 222 196 4 0 0.12 0.98 0.13 52.84 0.96 0.44
Hex DE C4 4 0 C 62 D 35 60 2C
Octal 336 304 4 0 14 142 15 65 140 54
Binary 11011110 11000100 100 0 1100 1100010 1101 110101 1100000 101100

Color Harmonies of #DEC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC404

Black with #DEC404

Text Example


Text Example

White with #DEC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC404; }

 p { color: rgb(222,196,4); }

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

background-color css

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

 a { background-color: rgb(222,196,4); }

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

border-color css

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

 span { border-color: rgb(222,196,4); }

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