Html Css Color HEX #D8AF1F Galliano

📋 copy color: '#D8AF1F'

red 216 ◦ green 175 ◦ blue 31

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

Shades of Galliano #D8AF1F

Tints of Galliano #D8AF1F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.47%

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

R = 51.18%
G = 41.47%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8AF1F (or 0xD8AF1F) is known color: Galliano. HEX triplet: D8, AF and 1F. RGB value is (216,175,31). Sum of RGB (Red+Green+Blue) = 216+175+31=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF1F is #2750E0. Grayscale: #ABABAB. Windows color (decimal): -2576609 or 2076632. OLE color: 2076632.

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

Color convert

RGB 216 175 31 -
CMYK 0 0.19 0.86 0.15
HSL 46.7º 0.75% 0.48% -
HSV(B) 46.7º 0.86% 0.85% -
XYZ 43.9 45.36 7.74 -
YUV 170.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 216 175 31 0 0.19 0.86 0.15 46.7 0.75 0.48
Hex D8 AF 1F 0 13 56 F 2F 4B 30
Octal 330 257 37 0 23 126 17 57 113 60
Binary 11011000 10101111 11111 0 10011 1010110 1111 101111 1001011 110000

Color Harmonies of #D8AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF1F

Black with #D8AF1F

Text Example


Text Example

White with #D8AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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