Html Css Color HEX #D9A129 Galliano

📋 copy color: '#D9A129'

red 217 ◦ green 161 ◦ blue 41

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

Shades of Galliano #D9A129

Tints of Galliano #D9A129

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

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

R = 51.79%
G = 38.42%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9A129 (or 0xD9A129) is known color: Galliano. HEX triplet: D9, A1 and 29. RGB value is (217,161,41). Sum of RGB (Red+Green+Blue) = 217+161+41=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A129 is #265ED6. Grayscale: #A4A4A4. Windows color (decimal): -2514647 or 2728409. OLE color: 2728409.

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

Color convert

RGB 217 161 41 -
CMYK 0 0.26 0.81 0.15
HSL 40.91º 0.7% 0.51% -
HSV(B) 40.91º 0.81% 0.85% -
XYZ 41.76 40.4 7.7 -
YUV 164.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 217 161 41 0 0.26 0.81 0.15 40.91 0.7 0.51
Hex D9 A1 29 0 1A 51 F 29 46 33
Octal 331 241 51 0 32 121 17 51 106 63
Binary 11011001 10100001 101001 0 11010 1010001 1111 101001 1000110 110011

Color Harmonies of #D9A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A129

Black with #D9A129

Text Example


Text Example

White with #D9A129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A129; }

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

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

background-color css

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

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

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

border-color css

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

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

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