Html Css Color HEX #D8AB14 Galliano

📋 copy color: '#D8AB14'

red 216 ◦ green 171 ◦ blue 20

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

Shades of Galliano #D8AB14

Tints of Galliano #D8AB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 53.07%
G = 42.01%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8AB14 (or 0xD8AB14) is known color: Galliano. HEX triplet: D8, AB and 14. RGB value is (216,171,20). Sum of RGB (Red+Green+Blue) = 216+171+20=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB14 is #2754EB. Grayscale: #A7A7A7. Windows color (decimal): -2577644 or 1354712. OLE color: 1354712.

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

Color convert

RGB 216 171 20 -
CMYK 0 0.21 0.91 0.15
HSL 46.22º 0.83% 0.46% -
HSV(B) 46.22º 0.91% 0.85% -
XYZ 43.01 43.78 6.84 -
YUV 167.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 216 171 20 0 0.21 0.91 0.15 46.22 0.83 0.46
Hex D8 AB 14 0 15 5B F 2E 53 2E
Octal 330 253 24 0 25 133 17 56 123 56
Binary 11011000 10101011 10100 0 10101 1011011 1111 101110 1010011 101110

Color Harmonies of #D8AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB14

Black with #D8AB14

Text Example


Text Example

White with #D8AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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