Html Css Color HEX #D7AC0F Galliano

📋 copy color: '#D7AC0F'

red 215 ◦ green 172 ◦ blue 15

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

Shades of Galliano #D7AC0F

Tints of Galliano #D7AC0F

RGB

 RED value IS 215 (84.38% from 255) = 53.48%

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

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

R = 53.48%
G = 42.79%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7AC0F (or 0xD7AC0F) is known color: Galliano. HEX triplet: D7, AC and 0F. RGB value is (215,172,15). Sum of RGB (Red+Green+Blue) = 215+172+15=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AC0F is #2853F0. Grayscale: #A7A7A7. Windows color (decimal): -2642929 or 1027287. OLE color: 1027287.

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

Color convert

RGB 215 172 15 -
CMYK 0 0.2 0.93 0.16
HSL 47.1º 0.87% 0.45% -
HSV(B) 47.1º 0.93% 0.84% -
XYZ 42.86 43.99 6.68 -
YUV 166.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 215 172 15 0 0.2 0.93 0.16 47.1 0.87 0.45
Hex D7 AC F 0 14 5D 10 2F 57 2D
Octal 327 254 17 0 24 135 20 57 127 55
Binary 11010111 10101100 1111 0 10100 1011101 10000 101111 1010111 101101

Color Harmonies of #D7AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AC0F

Black with #D7AC0F

Text Example


Text Example

White with #D7AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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