Html Css Color HEX #DEA822 Galliano

📋 copy color: '#DEA822'

red 222 ◦ green 168 ◦ blue 34

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

Shades of Galliano #DEA822

Tints of Galliano #DEA822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

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

R = 52.36%
G = 39.62%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEA822 (or 0xDEA822) is known color: Galliano. HEX triplet: DE, A8 and 22. RGB value is (222,168,34). Sum of RGB (Red+Green+Blue) = 222+168+34=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA822 is #2157DD. Grayscale: #A9A9A9. Windows color (decimal): -2185182 or 2271454. OLE color: 2271454.

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

Color convert

RGB 222 168 34 -
CMYK 0 0.24 0.85 0.13
HSL 42.77º 0.74% 0.5% -
HSV(B) 42.77º 0.85% 0.87% -
XYZ 44.42 43.65 7.6 -
YUV 168.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 222 168 34 0 0.24 0.85 0.13 42.77 0.74 0.5
Hex DE A8 22 0 18 55 D 2B 4A 32
Octal 336 250 42 0 30 125 15 53 112 62
Binary 11011110 10101000 100010 0 11000 1010101 1101 101011 1001010 110010

Color Harmonies of #DEA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA822

Black with #DEA822

Text Example


Text Example

White with #DEA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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