Html Css Color HEX #D9AF14 Galliano

📋 copy color: '#D9AF14'

red 217 ◦ green 175 ◦ blue 20

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

Shades of Galliano #D9AF14

Tints of Galliano #D9AF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

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

R = 52.67%
G = 42.48%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9AF14 (or 0xD9AF14) is known color: Galliano. HEX triplet: D9, AF and 14. RGB value is (217,175,20). Sum of RGB (Red+Green+Blue) = 217+175+20=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF14 is #2650EB. Grayscale: #AAAAAA. Windows color (decimal): -2511084 or 1355737. OLE color: 1355737.

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

Color convert

RGB 217 175 20 -
CMYK 0 0.19 0.91 0.15
HSL 47.21º 0.83% 0.46% -
HSV(B) 47.21º 0.91% 0.85% -
XYZ 44.07 45.46 7.11 -
YUV 169.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 217 175 20 0 0.19 0.91 0.15 47.21 0.83 0.46
Hex D9 AF 14 0 13 5B F 2F 53 2E
Octal 331 257 24 0 23 133 17 57 123 56
Binary 11011001 10101111 10100 0 10011 1011011 1111 101111 1010011 101110

Color Harmonies of #D9AF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF14

Black with #D9AF14

Text Example


Text Example

White with #D9AF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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