Html Css Color HEX #D9AC0F Galliano

📋 copy color: '#D9AC0F'

red 217 ◦ green 172 ◦ blue 15

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

Shades of Galliano #D9AC0F

Tints of Galliano #D9AC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.57%

 BLUE value IS 15 (6.25% from 255) = 3.71%

R = 53.71%
G = 42.57%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9AC0F (or 0xD9AC0F) is known color: Galliano. HEX triplet: D9, AC and 0F. RGB value is (217,172,15). Sum of RGB (Red+Green+Blue) = 217+172+15=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AC0F is #2653F0. Grayscale: #A8A8A8. Windows color (decimal): -2511857 or 1027289. OLE color: 1027289.

HSL color Cylindrical-coordinate representation of color #D9AC0F: hue angle of 46.63º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9AC0F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 15 -
CMYK 0 0.21 0.93 0.15
HSL 46.63º 0.87% 0.45% -
HSV(B) 46.63º 0.93% 0.85% -
XYZ 43.45 44.29 6.71 -
YUV 167.56 41.91 163.27 -
System Red Green Blue C M Y K H S L
Decimal 217 172 15 0 0.21 0.93 0.15 46.63 0.87 0.45
Hex D9 AC F 0 15 5D F 2F 57 2D
Octal 331 254 17 0 25 135 17 57 127 55
Binary 11011001 10101100 1111 0 10101 1011101 1111 101111 1010111 101101

Color Harmonies of #D9AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC0F

Black with #D9AC0F

Text Example


Text Example

White with #D9AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC0F; }

 p { color: rgb(217,172,15); }

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

background-color css

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

 a { background-color: rgb(217,172,15); }

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

border-color css

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

 span { border-color: rgb(217,172,15); }

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