Html Css Color HEX #D9A124 Galliano

📋 copy color: '#D9A124'

red 217 ◦ green 161 ◦ blue 36

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

Shades of Galliano #D9A124

Tints of Galliano #D9A124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.7%

R = 52.42%
G = 38.89%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D9A124 (or 0xD9A124) is known color: Galliano. HEX triplet: D9, A1 and 24. RGB value is (217,161,36). Sum of RGB (Red+Green+Blue) = 217+161+36=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A124 is #265EDB. Grayscale: #A4A4A4. Windows color (decimal): -2514652 or 2400729. OLE color: 2400729.

HSL color Cylindrical-coordinate representation of color #D9A124: hue angle of 41.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9A124 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 161 36 -
CMYK 0 0.26 0.83 0.15
HSL 41.44º 0.72% 0.5% -
HSV(B) 41.44º 0.83% 0.85% -
XYZ 41.68 40.37 7.26 -
YUV 163.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 217 161 36 0 0.26 0.83 0.15 41.44 0.72 0.5
Hex D9 A1 24 0 1A 53 F 29 48 32
Octal 331 241 44 0 32 123 17 51 110 62
Binary 11011001 10100001 100100 0 11010 1010011 1111 101001 1001000 110010

Color Harmonies of #D9A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A124

Black with #D9A124

Text Example


Text Example

White with #D9A124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A124; }

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

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

background-color css

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

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

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

border-color css

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

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

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