Html Css Color HEX #D8A11F Galliano

📋 copy color: '#D8A11F'

red 216 ◦ green 161 ◦ blue 31

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

Shades of Galliano #D8A11F

Tints of Galliano #D8A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.46%

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

R = 52.94%
G = 39.46%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8A11F (or 0xD8A11F) is known color: Galliano. HEX triplet: D8, A1 and 1F. RGB value is (216,161,31). Sum of RGB (Red+Green+Blue) = 216+161+31=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A11F is #275EE0. Grayscale: #A3A3A3. Windows color (decimal): -2580193 or 2073048. OLE color: 2073048.

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

Color convert

RGB 216 161 31 -
CMYK 0 0.25 0.86 0.15
HSL 42.16º 0.75% 0.48% -
HSV(B) 42.16º 0.86% 0.85% -
XYZ 41.31 40.19 6.88 -
YUV 162.63 53.72 166.07 -
System Red Green Blue C M Y K H S L
Decimal 216 161 31 0 0.25 0.86 0.15 42.16 0.75 0.48
Hex D8 A1 1F 0 19 56 F 2A 4B 30
Octal 330 241 37 0 31 126 17 52 113 60
Binary 11011000 10100001 11111 0 11001 1010110 1111 101010 1001011 110000

Color Harmonies of #D8A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A11F

Black with #D8A11F

Text Example


Text Example

White with #D8A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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