Html Css Color HEX #D9A720 Galliano

📋 copy color: '#D9A720'

red 217 ◦ green 167 ◦ blue 32

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

Shades of Galliano #D9A720

Tints of Galliano #D9A720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.14%

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

R = 52.16%
G = 40.14%
B = 7.69%

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

#D9A720 (or 0xD9A720) is known color: Galliano. HEX triplet: D9, A7 and 20. RGB value is (217,167,32). Sum of RGB (Red+Green+Blue) = 217+167+32=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A720 is #2658DF. Grayscale: #A7A7A7. Windows color (decimal): -2513120 or 2140121. OLE color: 2140121.

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

Color convert

RGB 217 167 32 -
CMYK 0 0.23 0.85 0.15
HSL 43.78º 0.74% 0.49% -
HSV(B) 43.78º 0.85% 0.85% -
XYZ 42.69 42.49 7.32 -
YUV 166.56 52.07 163.98 -
System Red Green Blue C M Y K H S L
Decimal 217 167 32 0 0.23 0.85 0.15 43.78 0.74 0.49
Hex D9 A7 20 0 17 55 F 2C 4A 31
Octal 331 247 40 0 27 125 17 54 112 61
Binary 11011001 10100111 100000 0 10111 1010101 1111 101100 1001010 110001

Color Harmonies of #D9A720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A720

Black with #D9A720

Text Example


Text Example

White with #D9A720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A720; }

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

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

background-color css

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

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

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

border-color css

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

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

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