Html Css Color HEX #D9A320 Galliano

📋 copy color: '#D9A320'

red 217 ◦ green 163 ◦ blue 32

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

Shades of Galliano #D9A320

Tints of Galliano #D9A320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.77%

R = 52.67%
G = 39.56%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D9A320 (or 0xD9A320) is known color: Galliano. HEX triplet: D9, A3 and 20. RGB value is (217,163,32). Sum of RGB (Red+Green+Blue) = 217+163+32=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A320 is #265CDF. Grayscale: #A4A4A4. Windows color (decimal): -2514144 or 2139097. OLE color: 2139097.

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

Color convert

RGB 217 163 32 -
CMYK 0 0.25 0.85 0.15
HSL 42.49º 0.74% 0.49% -
HSV(B) 42.49º 0.85% 0.85% -
XYZ 41.97 41.05 7.08 -
YUV 164.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 217 163 32 0 0.25 0.85 0.15 42.49 0.74 0.49
Hex D9 A3 20 0 19 55 F 2A 4A 31
Octal 331 243 40 0 31 125 17 52 112 61
Binary 11011001 10100011 100000 0 11001 1010101 1111 101010 1001010 110001

Color Harmonies of #D9A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A320

Black with #D9A320

Text Example


Text Example

White with #D9A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A320; }

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

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

background-color css

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

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

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

border-color css

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

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

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