Html Css Color HEX #D9A324 Galliano

📋 copy color: '#D9A324'

red 217 ◦ green 163 ◦ blue 36

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

Shades of Galliano #D9A324

Tints of Galliano #D9A324

RGB

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

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

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

R = 52.16%
G = 39.18%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D9A324 (or 0xD9A324) is known color: Galliano. HEX triplet: D9, A3 and 24. RGB value is (217,163,36). Sum of RGB (Red+Green+Blue) = 217+163+36=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A324 is #265CDB. Grayscale: #A5A5A5. Windows color (decimal): -2514140 or 2401241. OLE color: 2401241.

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

Color convert

RGB 217 163 36 -
CMYK 0 0.25 0.83 0.15
HSL 42.1º 0.72% 0.5% -
HSV(B) 42.1º 0.83% 0.85% -
XYZ 42.03 41.07 7.38 -
YUV 164.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 217 163 36 0 0.25 0.83 0.15 42.1 0.72 0.5
Hex D9 A3 24 0 19 53 F 2A 48 32
Octal 331 243 44 0 31 123 17 52 110 62
Binary 11011001 10100011 100100 0 11001 1010011 1111 101010 1001000 110010

Color Harmonies of #D9A324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A324

Black with #D9A324

Text Example


Text Example

White with #D9A324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A324; }

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

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

background-color css

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

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

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

border-color css

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

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

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