Html Css Color HEX #D9A315 Galliano

📋 copy color: '#D9A315'

red 217 ◦ green 163 ◦ blue 21

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

Shades of Galliano #D9A315

Tints of Galliano #D9A315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 54.11%
G = 40.65%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9A315 (or 0xD9A315) is known color: Galliano. HEX triplet: D9, A3 and 15. RGB value is (217,163,21). Sum of RGB (Red+Green+Blue) = 217+163+21=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A315 is #265CEA. Grayscale: #A3A3A3. Windows color (decimal): -2514155 or 1418201. OLE color: 1418201.

HSL color Cylindrical-coordinate representation of color #D9A315: hue angle of 43.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9A315 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 21 -
CMYK 0 0.25 0.90 0.15
HSL 43.47º 0.82% 0.47% -
HSV(B) 43.47º 0.9% 0.85% -
XYZ 41.85 41 6.42 -
YUV 162.96 47.89 166.55 -
System Red Green Blue C M Y K H S L
Decimal 217 163 21 0 0.25 0.90 0.15 43.47 0.82 0.47
Hex D9 A3 15 0 19 5A F 2B 52 2F
Octal 331 243 25 0 31 132 17 53 122 57
Binary 11011001 10100011 10101 0 11001 1011010 1111 101011 1010010 101111

Color Harmonies of #D9A315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A315

Black with #D9A315

Text Example


Text Example

White with #D9A315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A315; }

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

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

background-color css

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

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

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

border-color css

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

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

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