Html Css Color HEX #D9A327 Galliano

📋 copy color: '#D9A327'

red 217 ◦ green 163 ◦ blue 39

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

Shades of Galliano #D9A327

Tints of Galliano #D9A327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.31%

R = 51.79%
G = 38.9%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9A327 (or 0xD9A327) is known color: Galliano. HEX triplet: D9, A3 and 27. RGB value is (217,163,39). Sum of RGB (Red+Green+Blue) = 217+163+39=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A327 is #265CD8. Grayscale: #A5A5A5. Windows color (decimal): -2514137 or 2597849. OLE color: 2597849.

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

Color convert

RGB 217 163 39 -
CMYK 0 0.25 0.82 0.15
HSL 41.8º 0.7% 0.5% -
HSV(B) 41.8º 0.82% 0.85% -
XYZ 42.08 41.09 7.63 -
YUV 165.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 217 163 39 0 0.25 0.82 0.15 41.8 0.7 0.5
Hex D9 A3 27 0 19 52 F 2A 46 32
Octal 331 243 47 0 31 122 17 52 106 62
Binary 11011001 10100011 100111 0 11001 1010010 1111 101010 1000110 110010

Color Harmonies of #D9A327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A327

Black with #D9A327

Text Example


Text Example

White with #D9A327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A327; }

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

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

background-color css

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

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

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

border-color css

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

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

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