Html Css Color HEX #DEA222 Galliano

📋 copy color: '#DEA222'

red 222 ◦ green 162 ◦ blue 34

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

Shades of Galliano #DEA222

Tints of Galliano #DEA222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.76%

 BLUE value IS 34 (13.67% from 255) = 8.13%

R = 53.11%
G = 38.76%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEA222 (or 0xDEA222) is known color: Galliano. HEX triplet: DE, A2 and 22. RGB value is (222,162,34). Sum of RGB (Red+Green+Blue) = 222+162+34=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA222 is #215DDD. Grayscale: #A5A5A5. Windows color (decimal): -2186718 or 2269918. OLE color: 2269918.

HSL color Cylindrical-coordinate representation of color #DEA222: hue angle of 40.85º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEA222 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 162 34 -
CMYK 0 0.27 0.85 0.13
HSL 40.85º 0.74% 0.5% -
HSV(B) 40.85º 0.85% 0.87% -
XYZ 43.33 41.49 7.24 -
YUV 165.35 53.88 168.41 -
System Red Green Blue C M Y K H S L
Decimal 222 162 34 0 0.27 0.85 0.13 40.85 0.74 0.5
Hex DE A2 22 0 1B 55 D 29 4A 32
Octal 336 242 42 0 33 125 15 51 112 62
Binary 11011110 10100010 100010 0 11011 1010101 1101 101001 1001010 110010

Color Harmonies of #DEA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA222

Black with #DEA222

Text Example


Text Example

White with #DEA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA222; }

 p { color: rgb(222,162,34); }

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

background-color css

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

 a { background-color: rgb(222,162,34); }

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

border-color css

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

 span { border-color: rgb(222,162,34); }

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