Html Css Color HEX #D5A91E Galliano

📋 copy color: '#D5A91E'

red 213 ◦ green 169 ◦ blue 30

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

Shades of Galliano #D5A91E

Tints of Galliano #D5A91E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.02%

 BLUE value IS 30 (12.11% from 255) = 7.28%

R = 51.7%
G = 41.02%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5A91E (or 0xD5A91E) is known color: Galliano. HEX triplet: D5, A9 and 1E. RGB value is (213,169,30). Sum of RGB (Red+Green+Blue) = 213+169+30=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A91E is #2A56E1. Grayscale: #A6A6A6. Windows color (decimal): -2774754 or 2009557. OLE color: 2009557.

HSL color Cylindrical-coordinate representation of color #D5A91E: hue angle of 45.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5A91E is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 30 -
CMYK 0 0.21 0.86 0.16
HSL 45.57º 0.75% 0.48% -
HSV(B) 45.57º 0.86% 0.84% -
XYZ 41.86 42.62 7.25 -
YUV 166.31 51.08 161.3 -
System Red Green Blue C M Y K H S L
Decimal 213 169 30 0 0.21 0.86 0.16 45.57 0.75 0.48
Hex D5 A9 1E 0 15 56 10 2E 4B 30
Octal 325 251 36 0 25 126 20 56 113 60
Binary 11010101 10101001 11110 0 10101 1010110 10000 101110 1001011 110000

Color Harmonies of #D5A91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A91E

Black with #D5A91E

Text Example


Text Example

White with #D5A91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A91E; }

 p { color: rgb(213,169,30); }

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

background-color css

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

 a { background-color: rgb(213,169,30); }

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

border-color css

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

 span { border-color: rgb(213,169,30); }

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