Html Css Color HEX #D5A319 Galliano

📋 copy color: '#D5A319'

red 213 ◦ green 163 ◦ blue 25

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

Shades of Galliano #D5A319

Tints of Galliano #D5A319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

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

R = 53.12%
G = 40.65%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5A319 (or 0xD5A319) is known color: Galliano. HEX triplet: D5, A3 and 19. RGB value is (213,163,25). Sum of RGB (Red+Green+Blue) = 213+163+25=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A319 is #2A5CE6. Grayscale: #A2A2A2. Windows color (decimal): -2776295 or 1680341. OLE color: 1680341.

HSL color Cylindrical-coordinate representation of color #D5A319: hue angle of 44.04º 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 #D5A319 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 163 25 -
CMYK 0 0.23 0.88 0.16
HSL 44.04º 0.79% 0.47% -
HSV(B) 44.04º 0.88% 0.84% -
XYZ 40.71 40.41 6.57 -
YUV 162.22 50.57 164.22 -
System Red Green Blue C M Y K H S L
Decimal 213 163 25 0 0.23 0.88 0.16 44.04 0.79 0.47
Hex D5 A3 19 0 17 58 10 2C 4F 2F
Octal 325 243 31 0 27 130 20 54 117 57
Binary 11010101 10100011 11001 0 10111 1011000 10000 101100 1001111 101111

Color Harmonies of #D5A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A319

Black with #D5A319

Text Example


Text Example

White with #D5A319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A319; }

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

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

background-color css

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

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

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

border-color css

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

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

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