Html Css Color HEX #DEA525 Galliano

📋 copy color: '#DEA525'

red 222 ◦ green 165 ◦ blue 37

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

Shades of Galliano #DEA525

Tints of Galliano #DEA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.73%

R = 52.36%
G = 38.92%
B = 8.73%

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

#DEA525 (or 0xDEA525) is known color: Galliano. HEX triplet: DE, A5 and 25. RGB value is (222,165,37). Sum of RGB (Red+Green+Blue) = 222+165+37=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA525 is #215ADA. Grayscale: #A8A8A8. Windows color (decimal): -2185947 or 2467294. OLE color: 2467294.

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

Color convert

RGB 222 165 37 -
CMYK 0 0.26 0.83 0.13
HSL 41.51º 0.74% 0.51% -
HSV(B) 41.51º 0.83% 0.87% -
XYZ 43.91 42.57 7.65 -
YUV 167.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 222 165 37 0 0.26 0.83 0.13 41.51 0.74 0.51
Hex DE A5 25 0 1A 53 D 2A 4A 33
Octal 336 245 45 0 32 123 15 52 112 63
Binary 11011110 10100101 100101 0 11010 1010011 1101 101010 1001010 110011

Color Harmonies of #DEA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA525

Black with #DEA525

Text Example


Text Example

White with #DEA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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