Html Css Color HEX #DEA914 Galliano

📋 copy color: '#DEA914'

red 222 ◦ green 169 ◦ blue 20

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

Shades of Galliano #DEA914

Tints of Galliano #DEA914

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 54.01%
G = 41.12%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEA914 (or 0xDEA914) is known color: Galliano. HEX triplet: DE, A9 and 14. RGB value is (222,169,20). Sum of RGB (Red+Green+Blue) = 222+169+20=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA914 is #2156EB. Grayscale: #A8A8A8. Windows color (decimal): -2184940 or 1354206. OLE color: 1354206.

HSL color Cylindrical-coordinate representation of color #DEA914: hue angle of 44.26º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEA914 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 20 -
CMYK 0 0.24 0.91 0.13
HSL 44.26º 0.83% 0.47% -
HSV(B) 44.26º 0.91% 0.87% -
XYZ 44.44 43.96 6.8 -
YUV 167.86 44.56 166.62 -
System Red Green Blue C M Y K H S L
Decimal 222 169 20 0 0.24 0.91 0.13 44.26 0.83 0.47
Hex DE A9 14 0 18 5B D 2C 53 2F
Octal 336 251 24 0 30 133 15 54 123 57
Binary 11011110 10101001 10100 0 11000 1011011 1101 101100 1010011 101111

Color Harmonies of #DEA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA914

Black with #DEA914

Text Example


Text Example

White with #DEA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA914; }

 p { color: rgb(222,169,20); }

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

background-color css

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

 a { background-color: rgb(222,169,20); }

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

border-color css

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

 span { border-color: rgb(222,169,20); }

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