Html Css Color HEX #DEA319 Galliano

📋 copy color: '#DEA319'

red 222 ◦ green 163 ◦ blue 25

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

Shades of Galliano #DEA319

Tints of Galliano #DEA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 25 (10.16% from 255) = 6.1%

R = 54.15%
G = 39.76%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEA319 (or 0xDEA319) is known color: Galliano. HEX triplet: DE, A3 and 19. RGB value is (222,163,25). Sum of RGB (Red+Green+Blue) = 222+163+25=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA319 is #215CE6. Grayscale: #A5A5A5. Windows color (decimal): -2186471 or 1680350. OLE color: 1680350.

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

Color convert

RGB 222 163 25 -
CMYK 0 0.27 0.89 0.13
HSL 42.03º 0.8% 0.48% -
HSV(B) 42.03º 0.89% 0.87% -
XYZ 43.4 41.79 6.7 -
YUV 164.91 49.05 168.72 -
System Red Green Blue C M Y K H S L
Decimal 222 163 25 0 0.27 0.89 0.13 42.03 0.8 0.48
Hex DE A3 19 0 1B 59 D 2A 50 30
Octal 336 243 31 0 33 131 15 52 120 60
Binary 11011110 10100011 11001 0 11011 1011001 1101 101010 1010000 110000

Color Harmonies of #DEA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA319

Black with #DEA319

Text Example


Text Example

White with #DEA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA319; }

 p { color: rgb(222,163,25); }

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

background-color css

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

 a { background-color: rgb(222,163,25); }

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

border-color css

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

 span { border-color: rgb(222,163,25); }

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