Html Css Color HEX #D8A712 Galliano

📋 copy color: '#D8A712'

red 216 ◦ green 167 ◦ blue 18

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

Shades of Galliano #D8A712

Tints of Galliano #D8A712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 53.87%
G = 41.65%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8A712 (or 0xD8A712) is known color: Galliano. HEX triplet: D8, A7 and 12. RGB value is (216,167,18). Sum of RGB (Red+Green+Blue) = 216+167+18=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A712 is #2758ED. Grayscale: #A5A5A5. Windows color (decimal): -2578670 or 1222616. OLE color: 1222616.

HSL color Cylindrical-coordinate representation of color #D8A712: hue angle of 45.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8A712 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 167 18 -
CMYK 0 0.23 0.92 0.15
HSL 45.15º 0.85% 0.46% -
HSV(B) 45.15º 0.92% 0.85% -
XYZ 42.25 42.28 6.51 -
YUV 164.67 45.23 164.62 -
System Red Green Blue C M Y K H S L
Decimal 216 167 18 0 0.23 0.92 0.15 45.15 0.85 0.46
Hex D8 A7 12 0 17 5C F 2D 55 2E
Octal 330 247 22 0 27 134 17 55 125 56
Binary 11011000 10100111 10010 0 10111 1011100 1111 101101 1010101 101110

Color Harmonies of #D8A712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A712

Black with #D8A712

Text Example


Text Example

White with #D8A712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A712; }

 p { color: rgb(216,167,18); }

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

background-color css

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

 a { background-color: rgb(216,167,18); }

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

border-color css

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

 span { border-color: rgb(216,167,18); }

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