Html Css Color HEX #D9A329 Galliano

📋 copy color: '#D9A329'

red 217 ◦ green 163 ◦ blue 41

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

Shades of Galliano #D9A329

Tints of Galliano #D9A329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.74%

R = 51.54%
G = 38.72%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9A329 (or 0xD9A329) is known color: Galliano. HEX triplet: D9, A3 and 29. RGB value is (217,163,41). Sum of RGB (Red+Green+Blue) = 217+163+41=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A329 is #265CD6. Grayscale: #A5A5A5. Windows color (decimal): -2514135 or 2728921. OLE color: 2728921.

HSL color Cylindrical-coordinate representation of color #D9A329: hue angle of 41.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9A329 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 41 -
CMYK 0 0.25 0.81 0.15
HSL 41.59º 0.7% 0.51% -
HSV(B) 41.59º 0.81% 0.85% -
XYZ 42.11 41.11 7.81 -
YUV 165.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 217 163 41 0 0.25 0.81 0.15 41.59 0.7 0.51
Hex D9 A3 29 0 19 51 F 2A 46 33
Octal 331 243 51 0 31 121 17 52 106 63
Binary 11011001 10100011 101001 0 11001 1010001 1111 101010 1000110 110011

Color Harmonies of #D9A329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A329

Black with #D9A329

Text Example


Text Example

White with #D9A329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A329; }

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

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

background-color css

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

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

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

border-color css

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

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

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