Html Css Color HEX #D8AB1F Galliano

📋 copy color: '#D8AB1F'

red 216 ◦ green 171 ◦ blue 31

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

Shades of Galliano #D8AB1F

Tints of Galliano #D8AB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.42%

R = 51.67%
G = 40.91%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8AB1F (or 0xD8AB1F) is known color: Galliano. HEX triplet: D8, AB and 1F. RGB value is (216,171,31). Sum of RGB (Red+Green+Blue) = 216+171+31=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB1F is #2754E0. Grayscale: #A9A9A9. Windows color (decimal): -2577633 or 2075608. OLE color: 2075608.

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

Color convert

RGB 216 171 31 -
CMYK 0 0.21 0.86 0.15
HSL 45.41º 0.75% 0.48% -
HSV(B) 45.41º 0.86% 0.85% -
XYZ 43.13 43.82 7.48 -
YUV 168.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 216 171 31 0 0.21 0.86 0.15 45.41 0.75 0.48
Hex D8 AB 1F 0 15 56 F 2D 4B 30
Octal 330 253 37 0 25 126 17 55 113 60
Binary 11011000 10101011 11111 0 10101 1010110 1111 101101 1001011 110000

Color Harmonies of #D8AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB1F

Black with #D8AB1F

Text Example


Text Example

White with #D8AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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