Html Css Color HEX #D5A419 Galliano

📋 copy color: '#D5A419'

red 213 ◦ green 164 ◦ blue 25

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

Shades of Galliano #D5A419

Tints of Galliano #D5A419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 52.99%
G = 40.8%
B = 6.22%

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

#D5A419 (or 0xD5A419) is known color: Galliano. HEX triplet: D5, A4 and 19. RGB value is (213,164,25). Sum of RGB (Red+Green+Blue) = 213+164+25=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A419 is #2A5BE6. Grayscale: #A3A3A3. Windows color (decimal): -2776039 or 1680597. OLE color: 1680597.

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

Color convert

RGB 213 164 25 -
CMYK 0 0.23 0.88 0.16
HSL 44.36º 0.79% 0.47% -
HSV(B) 44.36º 0.88% 0.84% -
XYZ 40.89 40.77 6.63 -
YUV 162.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 213 164 25 0 0.23 0.88 0.16 44.36 0.79 0.47
Hex D5 A4 19 0 17 58 10 2C 4F 2F
Octal 325 244 31 0 27 130 20 54 117 57
Binary 11010101 10100100 11001 0 10111 1011000 10000 101100 1001111 101111

Color Harmonies of #D5A419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A419

Black with #D5A419

Text Example


Text Example

White with #D5A419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A419; }

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

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

background-color css

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

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

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

border-color css

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

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

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