Html Css Color HEX #D9A314 Galliano

📋 copy color: '#D9A314'

red 217 ◦ green 163 ◦ blue 20

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

Shades of Galliano #D9A314

Tints of Galliano #D9A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.75%

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

R = 54.25%
G = 40.75%
B = 5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9A314 (or 0xD9A314) is known color: Galliano. HEX triplet: D9, A3 and 14. RGB value is (217,163,20). Sum of RGB (Red+Green+Blue) = 217+163+20=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A314 is #265CEB. Grayscale: #A3A3A3. Windows color (decimal): -2514156 or 1352665. OLE color: 1352665.

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

Color convert

RGB 217 163 20 -
CMYK 0 0.25 0.91 0.15
HSL 43.55º 0.83% 0.46% -
HSV(B) 43.55º 0.91% 0.85% -
XYZ 41.84 41 6.37 -
YUV 162.84 47.39 166.63 -
System Red Green Blue C M Y K H S L
Decimal 217 163 20 0 0.25 0.91 0.15 43.55 0.83 0.46
Hex D9 A3 14 0 19 5B F 2C 53 2E
Octal 331 243 24 0 31 133 17 54 123 56
Binary 11011001 10100011 10100 0 11001 1011011 1111 101100 1010011 101110

Color Harmonies of #D9A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A314

Black with #D9A314

Text Example


Text Example

White with #D9A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A314; }

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

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

background-color css

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

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

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

border-color css

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

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

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