Html Css Color HEX #DEA928 Galliano

📋 copy color: '#DEA928'

red 222 ◦ green 169 ◦ blue 40

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

Shades of Galliano #DEA928

Tints of Galliano #DEA928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.21%

 BLUE value IS 40 (16.02% from 255) = 9.28%

R = 51.51%
G = 39.21%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEA928 (or 0xDEA928) is known color: Galliano. HEX triplet: DE, A9 and 28. RGB value is (222,169,40). Sum of RGB (Red+Green+Blue) = 222+169+40=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA928 is #2156D7. Grayscale: #AAAAAA. Windows color (decimal): -2184920 or 2664926. OLE color: 2664926.

HSL color Cylindrical-coordinate representation of color #DEA928: hue angle of 42.53º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEA928 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 40 -
CMYK 0 0.24 0.82 0.13
HSL 42.53º 0.73% 0.51% -
HSV(B) 42.53º 0.82% 0.87% -
XYZ 44.7 44.06 8.16 -
YUV 170.14 54.56 164.99 -
System Red Green Blue C M Y K H S L
Decimal 222 169 40 0 0.24 0.82 0.13 42.53 0.73 0.51
Hex DE A9 28 0 18 52 D 2B 49 33
Octal 336 251 50 0 30 122 15 53 111 63
Binary 11011110 10101001 101000 0 11000 1010010 1101 101011 1001001 110011

Color Harmonies of #DEA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA928

Black with #DEA928

Text Example


Text Example

White with #DEA928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA928; }

 p { color: rgb(222,169,40); }

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

background-color css

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

 a { background-color: rgb(222,169,40); }

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

border-color css

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

 span { border-color: rgb(222,169,40); }

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