Html Css Color HEX #DEA520 Galliano

📋 copy color: '#DEA520'

red 222 ◦ green 165 ◦ blue 32

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

Shades of Galliano #DEA520

Tints of Galliano #DEA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 32 (12.89% from 255) = 7.64%

R = 52.98%
G = 39.38%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEA520 (or 0xDEA520) is known color: Galliano. HEX triplet: DE, A5 and 20. RGB value is (222,165,32). Sum of RGB (Red+Green+Blue) = 222+165+32=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA520 is #215ADF. Grayscale: #A7A7A7. Windows color (decimal): -2185952 or 2139614. OLE color: 2139614.

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

Color convert

RGB 222 165 32 -
CMYK 0 0.26 0.86 0.13
HSL 42º 0.75% 0.5% -
HSV(B) 42º 0.86% 0.87% -
XYZ 43.84 42.54 7.27 -
YUV 166.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 222 165 32 0 0.26 0.86 0.13 42 0.75 0.5
Hex DE A5 20 0 1A 56 D 2A 4B 32
Octal 336 245 40 0 32 126 15 52 113 62
Binary 11011110 10100101 100000 0 11010 1010110 1101 101010 1001011 110010

Color Harmonies of #DEA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA520

Black with #DEA520

Text Example


Text Example

White with #DEA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA520; }

 p { color: rgb(222,165,32); }

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

background-color css

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

 a { background-color: rgb(222,165,32); }

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

border-color css

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

 span { border-color: rgb(222,165,32); }

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