Html Css Color HEX #D5A91C Galliano

📋 copy color: '#D5A91C'

red 213 ◦ green 169 ◦ blue 28

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

Shades of Galliano #D5A91C

Tints of Galliano #D5A91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.83%

R = 51.95%
G = 41.22%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5A91C (or 0xD5A91C) is known color: Galliano. HEX triplet: D5, A9 and 1C. RGB value is (213,169,28). Sum of RGB (Red+Green+Blue) = 213+169+28=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A91C is #2A56E3. Grayscale: #A6A6A6. Windows color (decimal): -2774756 or 1878485. OLE color: 1878485.

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

Color convert

RGB 213 169 28 -
CMYK 0 0.21 0.87 0.16
HSL 45.73º 0.77% 0.47% -
HSV(B) 45.73º 0.87% 0.84% -
XYZ 41.84 42.61 7.12 -
YUV 166.08 50.08 161.46 -
System Red Green Blue C M Y K H S L
Decimal 213 169 28 0 0.21 0.87 0.16 45.73 0.77 0.47
Hex D5 A9 1C 0 15 57 10 2E 4D 2F
Octal 325 251 34 0 25 127 20 56 115 57
Binary 11010101 10101001 11100 0 10101 1010111 10000 101110 1001101 101111

Color Harmonies of #D5A91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A91C

Black with #D5A91C

Text Example


Text Example

White with #D5A91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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