Html Css Color HEX #D7AC0C Galliano

📋 copy color: '#D7AC0C'

red 215 ◦ green 172 ◦ blue 12

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

Shades of Galliano #D7AC0C

Tints of Galliano #D7AC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 53.88%
G = 43.11%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7AC0C (or 0xD7AC0C) is known color: Galliano. HEX triplet: D7, AC and 0C. RGB value is (215,172,12). Sum of RGB (Red+Green+Blue) = 215+172+12=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AC0C is #2853F3. Grayscale: #A7A7A7. Windows color (decimal): -2642932 or 830679. OLE color: 830679.

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

Color convert

RGB 215 172 12 -
CMYK 0 0.2 0.94 0.16
HSL 47.29º 0.89% 0.45% -
HSV(B) 47.29º 0.94% 0.84% -
XYZ 42.84 43.98 6.58 -
YUV 166.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 215 172 12 0 0.2 0.94 0.16 47.29 0.89 0.45
Hex D7 AC C 0 14 5E 10 2F 59 2D
Octal 327 254 14 0 24 136 20 57 131 55
Binary 11010111 10101100 1100 0 10100 1011110 10000 101111 1011001 101101

Color Harmonies of #D7AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AC0C

Black with #D7AC0C

Text Example


Text Example

White with #D7AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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