Html Css Color HEX #D9A520 Galliano

📋 copy color: '#D9A520'

red 217 ◦ green 165 ◦ blue 32

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

Shades of Galliano #D9A520

Tints of Galliano #D9A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.86%

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

R = 52.42%
G = 39.86%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D9A520 (or 0xD9A520) is known color: Galliano. HEX triplet: D9, A5 and 20. RGB value is (217,165,32). Sum of RGB (Red+Green+Blue) = 217+165+32=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A520 is #265ADF. Grayscale: #A5A5A5. Windows color (decimal): -2513632 or 2139609. OLE color: 2139609.

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

Color convert

RGB 217 165 32 -
CMYK 0 0.24 0.85 0.15
HSL 43.14º 0.74% 0.49% -
HSV(B) 43.14º 0.85% 0.85% -
XYZ 42.33 41.77 7.2 -
YUV 165.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 217 165 32 0 0.24 0.85 0.15 43.14 0.74 0.49
Hex D9 A5 20 0 18 55 F 2B 4A 31
Octal 331 245 40 0 30 125 17 53 112 61
Binary 11011001 10100101 100000 0 11000 1010101 1111 101011 1001010 110001

Color Harmonies of #D9A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A520

Black with #D9A520

Text Example


Text Example

White with #D9A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A520; }

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

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

background-color css

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

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

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

border-color css

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

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

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