Html Css Color HEX #DEA518 Galliano

📋 copy color: '#DEA518'

red 222 ◦ green 165 ◦ blue 24

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

Shades of Galliano #DEA518

Tints of Galliano #DEA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

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

R = 54.01%
G = 40.15%
B = 5.84%

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

#DEA518 (or 0xDEA518) is known color: Galliano. HEX triplet: DE, A5 and 18. RGB value is (222,165,24). Sum of RGB (Red+Green+Blue) = 222+165+24=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA518 is #215AE7. Grayscale: #A6A6A6. Windows color (decimal): -2185960 or 1615326. OLE color: 1615326.

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

Color convert

RGB 222 165 24 -
CMYK 0 0.26 0.89 0.13
HSL 42.73º 0.8% 0.48% -
HSV(B) 42.73º 0.89% 0.87% -
XYZ 43.74 42.51 6.76 -
YUV 165.97 47.88 167.96 -
System Red Green Blue C M Y K H S L
Decimal 222 165 24 0 0.26 0.89 0.13 42.73 0.8 0.48
Hex DE A5 18 0 1A 59 D 2B 50 30
Octal 336 245 30 0 32 131 15 53 120 60
Binary 11011110 10100101 11000 0 11010 1011001 1101 101011 1010000 110000

Color Harmonies of #DEA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA518

Black with #DEA518

Text Example


Text Example

White with #DEA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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