Html Css Color HEX #D9A328 Galliano

📋 copy color: '#D9A328'

red 217 ◦ green 163 ◦ blue 40

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

Shades of Galliano #D9A328

Tints of Galliano #D9A328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 51.67%
G = 38.81%
B = 9.52%

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

#D9A328 (or 0xD9A328) is known color: Galliano. HEX triplet: D9, A3 and 28. RGB value is (217,163,40). Sum of RGB (Red+Green+Blue) = 217+163+40=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A328 is #265CD7. Grayscale: #A5A5A5. Windows color (decimal): -2514136 or 2663385. OLE color: 2663385.

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

Color convert

RGB 217 163 40 -
CMYK 0 0.25 0.82 0.15
HSL 41.69º 0.7% 0.5% -
HSV(B) 41.69º 0.82% 0.85% -
XYZ 42.1 41.1 7.72 -
YUV 165.12 57.39 165 -
System Red Green Blue C M Y K H S L
Decimal 217 163 40 0 0.25 0.82 0.15 41.69 0.7 0.5
Hex D9 A3 28 0 19 52 F 2A 46 32
Octal 331 243 50 0 31 122 17 52 106 62
Binary 11011001 10100011 101000 0 11001 1010010 1111 101010 1000110 110010

Color Harmonies of #D9A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A328

Black with #D9A328

Text Example


Text Example

White with #D9A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A328; }

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

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

background-color css

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

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

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

border-color css

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

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

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