Html Css Color HEX #D7A71A Galliano

📋 copy color: '#D7A71A'

red 215 ◦ green 167 ◦ blue 26

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

Shades of Galliano #D7A71A

Tints of Galliano #D7A71A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

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

R = 52.7%
G = 40.93%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7A71A (or 0xD7A71A) is known color: Galliano. HEX triplet: D7, A7 and 1A. RGB value is (215,167,26). Sum of RGB (Red+Green+Blue) = 215+167+26=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A71A is #2858E5. Grayscale: #A5A5A5. Windows color (decimal): -2644198 or 1746903. OLE color: 1746903.

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

Color convert

RGB 215 167 26 -
CMYK 0 0.22 0.88 0.16
HSL 44.76º 0.78% 0.47% -
HSV(B) 44.76º 0.88% 0.84% -
XYZ 42.03 42.16 6.9 -
YUV 165.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 215 167 26 0 0.22 0.88 0.16 44.76 0.78 0.47
Hex D7 A7 1A 0 16 58 10 2D 4E 2F
Octal 327 247 32 0 26 130 20 55 116 57
Binary 11010111 10100111 11010 0 10110 1011000 10000 101101 1001110 101111

Color Harmonies of #D7A71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A71A

Black with #D7A71A

Text Example


Text Example

White with #D7A71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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