Html Css Color HEX #D7A91A Galliano

📋 copy color: '#D7A91A'

red 215 ◦ green 169 ◦ blue 26

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

Shades of Galliano #D7A91A

Tints of Galliano #D7A91A

RGB

 RED value IS 215 (84.38% from 255) = 52.44%

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

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 52.44%
G = 41.22%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7A91A (or 0xD7A91A) is known color: Galliano. HEX triplet: D7, A9 and 1A. RGB value is (215,169,26). Sum of RGB (Red+Green+Blue) = 215+169+26=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A91A is #2856E5. Grayscale: #A7A7A7. Windows color (decimal): -2643686 or 1747415. OLE color: 1747415.

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

Color convert

RGB 215 169 26 -
CMYK 0 0.21 0.88 0.16
HSL 45.4º 0.78% 0.47% -
HSV(B) 45.4º 0.88% 0.84% -
XYZ 42.4 42.9 7.02 -
YUV 166.45 48.74 162.63 -
System Red Green Blue C M Y K H S L
Decimal 215 169 26 0 0.21 0.88 0.16 45.4 0.78 0.47
Hex D7 A9 1A 0 15 58 10 2D 4E 2F
Octal 327 251 32 0 25 130 20 55 116 57
Binary 11010111 10101001 11010 0 10101 1011000 10000 101101 1001110 101111

Color Harmonies of #D7A91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A91A

Black with #D7A91A

Text Example


Text Example

White with #D7A91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A91A; }

 p { color: rgb(215,169,26); }

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

background-color css

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

 a { background-color: rgb(215,169,26); }

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

border-color css

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

 span { border-color: rgb(215,169,26); }

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