Html Css Color HEX #D9AC14 Galliano

📋 copy color: '#D9AC14'

red 217 ◦ green 172 ◦ blue 20

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

Shades of Galliano #D9AC14

Tints of Galliano #D9AC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 53.06%
G = 42.05%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9AC14 (or 0xD9AC14) is known color: Galliano. HEX triplet: D9, AC and 14. RGB value is (217,172,20). Sum of RGB (Red+Green+Blue) = 217+172+20=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AC14 is #2653EB. Grayscale: #A8A8A8. Windows color (decimal): -2511852 or 1354969. OLE color: 1354969.

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

Color convert

RGB 217 172 20 -
CMYK 0 0.21 0.91 0.15
HSL 46.29º 0.83% 0.46% -
HSV(B) 46.29º 0.91% 0.85% -
XYZ 43.49 44.31 6.92 -
YUV 168.13 44.41 162.86 -
System Red Green Blue C M Y K H S L
Decimal 217 172 20 0 0.21 0.91 0.15 46.29 0.83 0.46
Hex D9 AC 14 0 15 5B F 2E 53 2E
Octal 331 254 24 0 25 133 17 56 123 56
Binary 11011001 10101100 10100 0 10101 1011011 1111 101110 1010011 101110

Color Harmonies of #D9AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC14

Black with #D9AC14

Text Example


Text Example

White with #D9AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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