Html Css Color HEX #DEB404 Sunflower

📋 copy color: '#DEB404'

red 222 ◦ green 180 ◦ blue 4

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

Shades of Sunflower #DEB404

Tints of Sunflower #DEB404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.33%

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

R = 54.68%
G = 44.33%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEB404 (or 0xDEB404) is known color: Sunflower. HEX triplet: DE, B4 and 04. RGB value is (222,180,4). Sum of RGB (Red+Green+Blue) = 222+180+4=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB404 is #214BFB. Grayscale: #ADADAD. Windows color (decimal): -2182140 or 308446. OLE color: 308446.

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

Color convert

RGB 222 180 4 -
CMYK 0 0.19 0.98 0.13
HSL 48.44º 0.96% 0.44% -
HSV(B) 48.44º 0.98% 0.87% -
XYZ 46.47 48.18 6.97 -
YUV 172.49 32.91 163.31 -
System Red Green Blue C M Y K H S L
Decimal 222 180 4 0 0.19 0.98 0.13 48.44 0.96 0.44
Hex DE B4 4 0 13 62 D 30 60 2C
Octal 336 264 4 0 23 142 15 60 140 54
Binary 11011110 10110100 100 0 10011 1100010 1101 110000 1100000 101100

Color Harmonies of #DEB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB404

Black with #DEB404

Text Example


Text Example

White with #DEB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB404; }

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

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

background-color css

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

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

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

border-color css

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

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

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