Html Css Color HEX #DEAA1A Galliano

📋 copy color: '#DEAA1A'

red 222 ◦ green 170 ◦ blue 26

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

Shades of Galliano #DEAA1A

Tints of Galliano #DEAA1A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 26 (10.55% from 255) = 6.22%

R = 53.11%
G = 40.67%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEAA1A (or 0xDEAA1A) is known color: Galliano. HEX triplet: DE, AA and 1A. RGB value is (222,170,26). Sum of RGB (Red+Green+Blue) = 222+170+26=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA1A is #2155E5. Grayscale: #A9A9A9. Windows color (decimal): -2184678 or 1747678. OLE color: 1747678.

HSL color Cylindrical-coordinate representation of color #DEAA1A: hue angle of 44.08º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEAA1A is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 26 -
CMYK 0 0.23 0.88 0.13
HSL 44.08º 0.79% 0.49% -
HSV(B) 44.08º 0.88% 0.87% -
XYZ 44.69 44.35 7.18 -
YUV 169.13 47.23 165.71 -
System Red Green Blue C M Y K H S L
Decimal 222 170 26 0 0.23 0.88 0.13 44.08 0.79 0.49
Hex DE AA 1A 0 17 58 D 2C 4F 31
Octal 336 252 32 0 27 130 15 54 117 61
Binary 11011110 10101010 11010 0 10111 1011000 1101 101100 1001111 110001

Color Harmonies of #DEAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA1A

Black with #DEAA1A

Text Example


Text Example

White with #DEAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA1A; }

 p { color: rgb(222,170,26); }

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

background-color css

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

 a { background-color: rgb(222,170,26); }

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

border-color css

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

 span { border-color: rgb(222,170,26); }

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