Html Css Color HEX #DEA31E Galliano

📋 copy color: '#DEA31E'

red 222 ◦ green 163 ◦ blue 30

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

Shades of Galliano #DEA31E

Tints of Galliano #DEA31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.23%

R = 53.49%
G = 39.28%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEA31E (or 0xDEA31E) is known color: Galliano. HEX triplet: DE, A3 and 1E. RGB value is (222,163,30). Sum of RGB (Red+Green+Blue) = 222+163+30=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA31E is #215CE1. Grayscale: #A6A6A6. Windows color (decimal): -2186466 or 2008030. OLE color: 2008030.

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

Color convert

RGB 222 163 30 -
CMYK 0 0.27 0.86 0.13
HSL 41.56º 0.76% 0.49% -
HSV(B) 41.56º 0.86% 0.87% -
XYZ 43.46 41.82 7.01 -
YUV 165.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 222 163 30 0 0.27 0.86 0.13 41.56 0.76 0.49
Hex DE A3 1E 0 1B 56 D 2A 4C 31
Octal 336 243 36 0 33 126 15 52 114 61
Binary 11011110 10100011 11110 0 11011 1010110 1101 101010 1001100 110001

Color Harmonies of #DEA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA31E

Black with #DEA31E

Text Example


Text Example

White with #DEA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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