Html Css Color HEX #D8AB15 Galliano

📋 copy color: '#D8AB15'

red 216 ◦ green 171 ◦ blue 21

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

Shades of Galliano #D8AB15

Tints of Galliano #D8AB15

RGB

 RED value IS 216 (84.77% from 255) = 52.94%

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

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

R = 52.94%
G = 41.91%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8AB15 (or 0xD8AB15) is known color: Galliano. HEX triplet: D8, AB and 15. RGB value is (216,171,21). Sum of RGB (Red+Green+Blue) = 216+171+21=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB15 is #2754EA. Grayscale: #A8A8A8. Windows color (decimal): -2577643 or 1420248. OLE color: 1420248.

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

Color convert

RGB 216 171 21 -
CMYK 0 0.21 0.90 0.15
HSL 46.15º 0.82% 0.46% -
HSV(B) 46.15º 0.9% 0.85% -
XYZ 43.02 43.78 6.89 -
YUV 167.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 216 171 21 0 0.21 0.90 0.15 46.15 0.82 0.46
Hex D8 AB 15 0 15 5A F 2E 52 2E
Octal 330 253 25 0 25 132 17 56 122 56
Binary 11011000 10101011 10101 0 10101 1011010 1111 101110 1010010 101110

Color Harmonies of #D8AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB15

Black with #D8AB15

Text Example


Text Example

White with #D8AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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