Html Css Color HEX #DEA918 Galliano

📋 copy color: '#DEA918'

red 222 ◦ green 169 ◦ blue 24

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

Shades of Galliano #DEA918

Tints of Galliano #DEA918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.78%

R = 53.49%
G = 40.72%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEA918 (or 0xDEA918) is known color: Galliano. HEX triplet: DE, A9 and 18. RGB value is (222,169,24). Sum of RGB (Red+Green+Blue) = 222+169+24=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA918 is #2156E7. Grayscale: #A8A8A8. Windows color (decimal): -2184936 or 1616350. OLE color: 1616350.

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

Color convert

RGB 222 169 24 -
CMYK 0 0.24 0.89 0.13
HSL 43.94º 0.8% 0.48% -
HSV(B) 43.94º 0.89% 0.87% -
XYZ 44.48 43.97 7.01 -
YUV 168.32 46.56 166.29 -
System Red Green Blue C M Y K H S L
Decimal 222 169 24 0 0.24 0.89 0.13 43.94 0.8 0.48
Hex DE A9 18 0 18 59 D 2C 50 30
Octal 336 251 30 0 30 131 15 54 120 60
Binary 11011110 10101001 11000 0 11000 1011001 1101 101100 1010000 110000

Color Harmonies of #DEA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA918

Black with #DEA918

Text Example


Text Example

White with #DEA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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