Html Css Color HEX #DEA52C Galliano

📋 copy color: '#DEA52C'

red 222 ◦ green 165 ◦ blue 44

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

Shades of Galliano #DEA52C

Tints of Galliano #DEA52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.21%

R = 51.51%
G = 38.28%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEA52C (or 0xDEA52C) is known color: Galliano. HEX triplet: DE, A5 and 2C. RGB value is (222,165,44). Sum of RGB (Red+Green+Blue) = 222+165+44=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA52C is #215AD3. Grayscale: #A8A8A8. Windows color (decimal): -2185940 or 2926046. OLE color: 2926046.

HSL color Cylindrical-coordinate representation of color #DEA52C: hue angle of 40.79º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEA52C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 165 44 -
CMYK 0 0.26 0.80 0.13
HSL 40.79º 0.73% 0.52% -
HSV(B) 40.79º 0.8% 0.87% -
XYZ 44.03 42.62 8.29 -
YUV 168.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 222 165 44 0 0.26 0.80 0.13 40.79 0.73 0.52
Hex DE A5 2C 0 1A 50 D 29 49 34
Octal 336 245 54 0 32 120 15 51 111 64
Binary 11011110 10100101 101100 0 11010 1010000 1101 101001 1001001 110100

Color Harmonies of #DEA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA52C

Black with #DEA52C

Text Example


Text Example

White with #DEA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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