Html Css Color HEX #D9A524 Galliano

📋 copy color: '#D9A524'

red 217 ◦ green 165 ◦ blue 36

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

Shades of Galliano #D9A524

Tints of Galliano #D9A524

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

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

R = 51.91%
G = 39.47%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D9A524 (or 0xD9A524) is known color: Galliano. HEX triplet: D9, A5 and 24. RGB value is (217,165,36). Sum of RGB (Red+Green+Blue) = 217+165+36=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A524 is #265ADB. Grayscale: #A6A6A6. Windows color (decimal): -2513628 or 2401753. OLE color: 2401753.

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

Color convert

RGB 217 165 36 -
CMYK 0 0.24 0.83 0.15
HSL 42.76º 0.72% 0.5% -
HSV(B) 42.76º 0.83% 0.85% -
XYZ 42.39 41.79 7.5 -
YUV 165.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 217 165 36 0 0.24 0.83 0.15 42.76 0.72 0.5
Hex D9 A5 24 0 18 53 F 2B 48 32
Octal 331 245 44 0 30 123 17 53 110 62
Binary 11011001 10100101 100100 0 11000 1010011 1111 101011 1001000 110010

Color Harmonies of #D9A524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A524

Black with #D9A524

Text Example


Text Example

White with #D9A524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A524; }

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

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

background-color css

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

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

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

border-color css

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

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

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