Html Css Color HEX #D8AD1F Galliano

📋 copy color: '#D8AD1F'

red 216 ◦ green 173 ◦ blue 31

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

Shades of Galliano #D8AD1F

Tints of Galliano #D8AD1F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 51.43%
G = 41.19%
B = 7.38%

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

#D8AD1F (or 0xD8AD1F) is known color: Galliano. HEX triplet: D8, AD and 1F. RGB value is (216,173,31). Sum of RGB (Red+Green+Blue) = 216+173+31=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD1F is #2752E0. Grayscale: #AAAAAA. Windows color (decimal): -2577121 or 2076120. OLE color: 2076120.

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

Color convert

RGB 216 173 31 -
CMYK 0 0.20 0.86 0.15
HSL 46.05º 0.75% 0.48% -
HSV(B) 46.05º 0.86% 0.85% -
XYZ 43.51 44.59 7.61 -
YUV 169.67 49.75 161.05 -
System Red Green Blue C M Y K H S L
Decimal 216 173 31 0 0.20 0.86 0.15 46.05 0.75 0.48
Hex D8 AD 1F 0 14 56 F 2E 4B 30
Octal 330 255 37 0 24 126 17 56 113 60
Binary 11011000 10101101 11111 0 10100 1010110 1111 101110 1001011 110000

Color Harmonies of #D8AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD1F

Black with #D8AD1F

Text Example


Text Example

White with #D8AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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