Html Css Color HEX #D9A820 Galliano

📋 copy color: '#D9A820'

red 217 ◦ green 168 ◦ blue 32

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

Shades of Galliano #D9A820

Tints of Galliano #D9A820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

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

R = 52.04%
G = 40.29%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D9A820 (or 0xD9A820) is known color: Galliano. HEX triplet: D9, A8 and 20. RGB value is (217,168,32). Sum of RGB (Red+Green+Blue) = 217+168+32=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A820 is #2657DF. Grayscale: #A7A7A7. Windows color (decimal): -2512864 or 2140377. OLE color: 2140377.

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

Color convert

RGB 217 168 32 -
CMYK 0 0.23 0.85 0.15
HSL 44.11º 0.74% 0.49% -
HSV(B) 44.11º 0.85% 0.85% -
XYZ 42.88 42.86 7.38 -
YUV 167.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 217 168 32 0 0.23 0.85 0.15 44.11 0.74 0.49
Hex D9 A8 20 0 17 55 F 2C 4A 31
Octal 331 250 40 0 27 125 17 54 112 61
Binary 11011001 10101000 100000 0 10111 1010101 1111 101100 1001010 110001

Color Harmonies of #D9A820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A820

Black with #D9A820

Text Example


Text Example

White with #D9A820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A820; }

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

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

background-color css

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

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

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

border-color css

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

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

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