Html Css Color HEX #D8A31F Galliano

📋 copy color: '#D8A31F'

red 216 ◦ green 163 ◦ blue 31

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

Shades of Galliano #D8A31F

Tints of Galliano #D8A31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

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

R = 52.68%
G = 39.76%
B = 7.56%

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

#D8A31F (or 0xD8A31F) is known color: Galliano. HEX triplet: D8, A3 and 1F. RGB value is (216,163,31). Sum of RGB (Red+Green+Blue) = 216+163+31=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A31F is #275CE0. Grayscale: #A4A4A4. Windows color (decimal): -2579681 or 2073560. OLE color: 2073560.

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

Color convert

RGB 216 163 31 -
CMYK 0 0.25 0.86 0.15
HSL 42.81º 0.75% 0.48% -
HSV(B) 42.81º 0.86% 0.85% -
XYZ 41.66 40.89 6.99 -
YUV 163.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 216 163 31 0 0.25 0.86 0.15 42.81 0.75 0.48
Hex D8 A3 1F 0 19 56 F 2B 4B 30
Octal 330 243 37 0 31 126 17 53 113 60
Binary 11011000 10100011 11111 0 11001 1010110 1111 101011 1001011 110000

Color Harmonies of #D8A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A31F

Black with #D8A31F

Text Example


Text Example

White with #D8A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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