Html Css Color HEX #DEA32E Galliano

📋 copy color: '#DEA32E'

red 222 ◦ green 163 ◦ blue 46

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

Shades of Galliano #DEA32E

Tints of Galliano #DEA32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.67%

R = 51.51%
G = 37.82%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DEA32E (or 0xDEA32E) is known color: Galliano. HEX triplet: DE, A3 and 2E. RGB value is (222,163,46). Sum of RGB (Red+Green+Blue) = 222+163+46=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA32E is #215CD1. Grayscale: #A7A7A7. Windows color (decimal): -2186450 or 3056606. OLE color: 3056606.

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

Color convert

RGB 222 163 46 -
CMYK 0 0.27 0.79 0.13
HSL 39.89º 0.73% 0.53% -
HSV(B) 39.89º 0.79% 0.87% -
XYZ 43.71 41.92 8.37 -
YUV 167.3 59.55 167.01 -
System Red Green Blue C M Y K H S L
Decimal 222 163 46 0 0.27 0.79 0.13 39.89 0.73 0.53
Hex DE A3 2E 0 1B 4F D 28 49 35
Octal 336 243 56 0 33 117 15 50 111 65
Binary 11011110 10100011 101110 0 11011 1001111 1101 101000 1001001 110101

Color Harmonies of #DEA32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA32E

Black with #DEA32E

Text Example


Text Example

White with #DEA32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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