Html Css Color HEX #DEA52F Galliano

📋 copy color: '#DEA52F'

red 222 ◦ green 165 ◦ blue 47

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

Shades of Galliano #DEA52F

Tints of Galliano #DEA52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.83%

R = 51.15%
G = 38.02%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DEA52F (or 0xDEA52F) is known color: Galliano. HEX triplet: DE, A5 and 2F. RGB value is (222,165,47). Sum of RGB (Red+Green+Blue) = 222+165+47=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA52F is #215AD0. Grayscale: #A9A9A9. Windows color (decimal): -2185937 or 3122654. OLE color: 3122654.

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

Color convert

RGB 222 165 47 -
CMYK 0 0.26 0.79 0.13
HSL 40.46º 0.73% 0.53% -
HSV(B) 40.46º 0.79% 0.87% -
XYZ 44.09 42.65 8.6 -
YUV 168.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 222 165 47 0 0.26 0.79 0.13 40.46 0.73 0.53
Hex DE A5 2F 0 1A 4F D 28 49 35
Octal 336 245 57 0 32 117 15 50 111 65
Binary 11011110 10100101 101111 0 11010 1001111 1101 101000 1001001 110101

Color Harmonies of #DEA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA52F

Black with #DEA52F

Text Example


Text Example

White with #DEA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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