Html Css Color HEX #D9A712 Galliano

📋 copy color: '#D9A712'

red 217 ◦ green 167 ◦ blue 18

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

Shades of Galliano #D9A712

Tints of Galliano #D9A712

RGB

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

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

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

R = 53.98%
G = 41.54%
B = 4.48%

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

#D9A712 (or 0xD9A712) is known color: Galliano. HEX triplet: D9, A7 and 12. RGB value is (217,167,18). Sum of RGB (Red+Green+Blue) = 217+167+18=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A712 is #2658ED. Grayscale: #A5A5A5. Windows color (decimal): -2513134 or 1222617. OLE color: 1222617.

HSL color Cylindrical-coordinate representation of color #D9A712: hue angle of 44.92º 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 #D9A712 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 167 18 -
CMYK 0 0.23 0.92 0.15
HSL 44.92º 0.85% 0.46% -
HSV(B) 44.92º 0.92% 0.85% -
XYZ 42.54 42.43 6.52 -
YUV 164.96 45.07 165.12 -
System Red Green Blue C M Y K H S L
Decimal 217 167 18 0 0.23 0.92 0.15 44.92 0.85 0.46
Hex D9 A7 12 0 17 5C F 2D 55 2E
Octal 331 247 22 0 27 134 17 55 125 56
Binary 11011001 10100111 10010 0 10111 1011100 1111 101101 1010101 101110

Color Harmonies of #D9A712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A712

Black with #D9A712

Text Example


Text Example

White with #D9A712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A712; }

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

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

background-color css

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

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

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

border-color css

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

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

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