Html Css Color HEX #D9AF1F Galliano

📋 copy color: '#D9AF1F'

red 217 ◦ green 175 ◦ blue 31

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

Shades of Galliano #D9AF1F

Tints of Galliano #D9AF1F

RGB

 RED value IS 217 (85.16% from 255) = 51.3%

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

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

R = 51.3%
G = 41.37%
B = 7.33%

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

#D9AF1F (or 0xD9AF1F) is known color: Galliano. HEX triplet: D9, AF and 1F. RGB value is (217,175,31). Sum of RGB (Red+Green+Blue) = 217+175+31=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF1F is #2650E0. Grayscale: #ABABAB. Windows color (decimal): -2511073 or 2076633. OLE color: 2076633.

HSL color Cylindrical-coordinate representation of color #D9AF1F: hue angle of 46.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9AF1F is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 31 -
CMYK 0 0.19 0.86 0.15
HSL 46.45º 0.75% 0.49% -
HSV(B) 46.45º 0.86% 0.85% -
XYZ 44.19 45.51 7.75 -
YUV 171.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 217 175 31 0 0.19 0.86 0.15 46.45 0.75 0.49
Hex D9 AF 1F 0 13 56 F 2E 4B 31
Octal 331 257 37 0 23 126 17 56 113 61
Binary 11011001 10101111 11111 0 10011 1010110 1111 101110 1001011 110001

Color Harmonies of #D9AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF1F

Black with #D9AF1F

Text Example


Text Example

White with #D9AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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