Html Css Color HEX #DEA418 Galliano

📋 copy color: '#DEA418'

red 222 ◦ green 164 ◦ blue 24

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

Shades of Galliano #DEA418

Tints of Galliano #DEA418

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

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

R = 54.15%
G = 40%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEA418 (or 0xDEA418) is known color: Galliano. HEX triplet: DE, A4 and 18. RGB value is (222,164,24). Sum of RGB (Red+Green+Blue) = 222+164+24=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA418 is #215BE7. Grayscale: #A5A5A5. Windows color (decimal): -2186216 or 1615070. OLE color: 1615070.

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

Color convert

RGB 222 164 24 -
CMYK 0 0.26 0.89 0.13
HSL 42.42º 0.8% 0.48% -
HSV(B) 42.42º 0.89% 0.87% -
XYZ 43.56 42.15 6.7 -
YUV 165.38 48.22 168.38 -
System Red Green Blue C M Y K H S L
Decimal 222 164 24 0 0.26 0.89 0.13 42.42 0.8 0.48
Hex DE A4 18 0 1A 59 D 2A 50 30
Octal 336 244 30 0 32 131 15 52 120 60
Binary 11011110 10100100 11000 0 11010 1011001 1101 101010 1010000 110000

Color Harmonies of #DEA418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA418

Black with #DEA418

Text Example


Text Example

White with #DEA418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA418; }

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

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

background-color css

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

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

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

border-color css

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

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

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