Html Css Color HEX #DEA523 Galliano

📋 copy color: '#DEA523'

red 222 ◦ green 165 ◦ blue 35

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

Shades of Galliano #DEA523

Tints of Galliano #DEA523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.29%

R = 52.61%
G = 39.1%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEA523 (or 0xDEA523) is known color: Galliano. HEX triplet: DE, A5 and 23. RGB value is (222,165,35). Sum of RGB (Red+Green+Blue) = 222+165+35=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA523 is #215ADC. Grayscale: #A7A7A7. Windows color (decimal): -2185949 or 2336222. OLE color: 2336222.

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

Color convert

RGB 222 165 35 -
CMYK 0 0.26 0.84 0.13
HSL 41.71º 0.74% 0.5% -
HSV(B) 41.71º 0.84% 0.87% -
XYZ 43.88 42.56 7.49 -
YUV 167.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 222 165 35 0 0.26 0.84 0.13 41.71 0.74 0.5
Hex DE A5 23 0 1A 54 D 2A 4A 32
Octal 336 245 43 0 32 124 15 52 112 62
Binary 11011110 10100101 100011 0 11010 1010100 1101 101010 1001010 110010

Color Harmonies of #DEA523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA523

Black with #DEA523

Text Example


Text Example

White with #DEA523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA523; }

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

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

background-color css

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

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

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

border-color css

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

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

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