Html Css Color HEX #DEA526 Galliano

📋 copy color: '#DEA526'

red 222 ◦ green 165 ◦ blue 38

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

Shades of Galliano #DEA526

Tints of Galliano #DEA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.94%

R = 52.24%
G = 38.82%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEA526 (or 0xDEA526) is known color: Galliano. HEX triplet: DE, A5 and 26. RGB value is (222,165,38). Sum of RGB (Red+Green+Blue) = 222+165+38=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA526 is #215AD9. Grayscale: #A8A8A8. Windows color (decimal): -2185946 or 2532830. OLE color: 2532830.

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

Color convert

RGB 222 165 38 -
CMYK 0 0.26 0.83 0.13
HSL 41.41º 0.74% 0.51% -
HSV(B) 41.41º 0.83% 0.87% -
XYZ 43.93 42.58 7.74 -
YUV 167.57 54.88 166.83 -
System Red Green Blue C M Y K H S L
Decimal 222 165 38 0 0.26 0.83 0.13 41.41 0.74 0.51
Hex DE A5 26 0 1A 53 D 29 4A 33
Octal 336 245 46 0 32 123 15 51 112 63
Binary 11011110 10100101 100110 0 11010 1010011 1101 101001 1001010 110011

Color Harmonies of #DEA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA526

Black with #DEA526

Text Example


Text Example

White with #DEA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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