Html Css Color HEX #D5A019 Galliano

📋 copy color: '#D5A019'

red 213 ◦ green 160 ◦ blue 25

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

Shades of Galliano #D5A019

Tints of Galliano #D5A019

RGB

 RED value IS 213 (83.59% from 255) = 53.52%

 GREEN value IS 160 (62.89% from 255) = 40.2%

 BLUE value IS 25 (10.16% from 255) = 6.28%

R = 53.52%
G = 40.2%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5A019 (or 0xD5A019) is known color: Galliano. HEX triplet: D5, A0 and 19. RGB value is (213,160,25). Sum of RGB (Red+Green+Blue) = 213+160+25=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A019 is #2A5FE6. Grayscale: #A1A1A1. Windows color (decimal): -2777063 or 1679573. OLE color: 1679573.

HSL color Cylindrical-coordinate representation of color #D5A019: hue angle of 43.09º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5A019 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 25 -
CMYK 0 0.25 0.88 0.16
HSL 43.09º 0.79% 0.47% -
HSV(B) 43.09º 0.88% 0.84% -
XYZ 40.19 39.36 6.4 -
YUV 160.46 51.56 165.48 -
System Red Green Blue C M Y K H S L
Decimal 213 160 25 0 0.25 0.88 0.16 43.09 0.79 0.47
Hex D5 A0 19 0 19 58 10 2B 4F 2F
Octal 325 240 31 0 31 130 20 53 117 57
Binary 11010101 10100000 11001 0 11001 1011000 10000 101011 1001111 101111

Color Harmonies of #D5A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A019

Black with #D5A019

Text Example


Text Example

White with #D5A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A019; }

 p { color: rgb(213,160,25); }

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

background-color css

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

 a { background-color: rgb(213,160,25); }

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

border-color css

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

 span { border-color: rgb(213,160,25); }

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