Html Css Color HEX #DEA530 Galliano

📋 copy color: '#DEA530'

red 222 ◦ green 165 ◦ blue 48

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

Shades of Galliano #DEA530

Tints of Galliano #DEA530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.03%

R = 51.03%
G = 37.93%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEA530 (or 0xDEA530) is known color: Galliano. HEX triplet: DE, A5 and 30. RGB value is (222,165,48). Sum of RGB (Red+Green+Blue) = 222+165+48=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA530 is #215ACF. Grayscale: #A9A9A9. Windows color (decimal): -2185936 or 3188190. OLE color: 3188190.

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

Color convert

RGB 222 165 48 -
CMYK 0 0.26 0.78 0.13
HSL 40.34º 0.73% 0.53% -
HSV(B) 40.34º 0.78% 0.87% -
XYZ 44.11 42.65 8.7 -
YUV 168.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 222 165 48 0 0.26 0.78 0.13 40.34 0.73 0.53
Hex DE A5 30 0 1A 4E D 28 48 35
Octal 336 245 60 0 32 116 15 50 110 65
Binary 11011110 10100101 110000 0 11010 1001110 1101 101000 1001000 110101

Color Harmonies of #DEA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA530

Black with #DEA530

Text Example


Text Example

White with #DEA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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