Html Css Color HEX #D8AC1F Galliano

📋 copy color: '#D8AC1F'

red 216 ◦ green 172 ◦ blue 31

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

Shades of Galliano #D8AC1F

Tints of Galliano #D8AC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

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

R = 51.55%
G = 41.05%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8AC1F (or 0xD8AC1F) is known color: Galliano. HEX triplet: D8, AC and 1F. RGB value is (216,172,31). Sum of RGB (Red+Green+Blue) = 216+172+31=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AC1F is #2753E0. Grayscale: #A9A9A9. Windows color (decimal): -2577377 or 2075864. OLE color: 2075864.

HSL color Cylindrical-coordinate representation of color #D8AC1F: hue angle of 45.73º 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 #D8AC1F is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 31 -
CMYK 0 0.20 0.86 0.15
HSL 45.73º 0.75% 0.48% -
HSV(B) 45.73º 0.86% 0.85% -
XYZ 43.32 44.2 7.55 -
YUV 169.08 50.08 161.46 -
System Red Green Blue C M Y K H S L
Decimal 216 172 31 0 0.20 0.86 0.15 45.73 0.75 0.48
Hex D8 AC 1F 0 14 56 F 2E 4B 30
Octal 330 254 37 0 24 126 17 56 113 60
Binary 11011000 10101100 11111 0 10100 1010110 1111 101110 1001011 110000

Color Harmonies of #D8AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC1F

Black with #D8AC1F

Text Example


Text Example

White with #D8AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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