Html Css Color HEX #D7AB15 Galliano

📋 copy color: '#D7AB15'

red 215 ◦ green 171 ◦ blue 21

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

Shades of Galliano #D7AB15

Tints of Galliano #D7AB15

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 52.83%
G = 42.01%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7AB15 (or 0xD7AB15) is known color: Galliano. HEX triplet: D7, AB and 15. RGB value is (215,171,21). Sum of RGB (Red+Green+Blue) = 215+171+21=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AB15 is #2854EA. Grayscale: #A7A7A7. Windows color (decimal): -2643179 or 1420247. OLE color: 1420247.

HSL color Cylindrical-coordinate representation of color #D7AB15: hue angle of 46.39º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7AB15 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 21 -
CMYK 0 0.20 0.90 0.16
HSL 46.39º 0.82% 0.46% -
HSV(B) 46.39º 0.9% 0.84% -
XYZ 42.72 43.63 6.88 -
YUV 167.06 45.58 162.2 -
System Red Green Blue C M Y K H S L
Decimal 215 171 21 0 0.20 0.90 0.16 46.39 0.82 0.46
Hex D7 AB 15 0 14 5A 10 2E 52 2E
Octal 327 253 25 0 24 132 20 56 122 56
Binary 11010111 10101011 10101 0 10100 1011010 10000 101110 1010010 101110

Color Harmonies of #D7AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB15

Black with #D7AB15

Text Example


Text Example

White with #D7AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB15; }

 p { color: rgb(215,171,21); }

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

background-color css

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

 a { background-color: rgb(215,171,21); }

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

border-color css

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

 span { border-color: rgb(215,171,21); }

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