Html Css Color HEX #D9A91D Galliano

📋 copy color: '#D9A91D'

red 217 ◦ green 169 ◦ blue 29

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

Shades of Galliano #D9A91D

Tints of Galliano #D9A91D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 52.29%
G = 40.72%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9A91D (or 0xD9A91D) is known color: Galliano. HEX triplet: D9, A9 and 1D. RGB value is (217,169,29). Sum of RGB (Red+Green+Blue) = 217+169+29=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A91D is #2656E2. Grayscale: #A8A8A8. Windows color (decimal): -2512611 or 1944025. OLE color: 1944025.

HSL color Cylindrical-coordinate representation of color #D9A91D: hue angle of 44.68º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9A91D is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 29 -
CMYK 0 0.22 0.87 0.15
HSL 44.68º 0.76% 0.48% -
HSV(B) 44.68º 0.87% 0.85% -
XYZ 43.03 43.22 7.24 -
YUV 167.39 49.9 163.38 -
System Red Green Blue C M Y K H S L
Decimal 217 169 29 0 0.22 0.87 0.15 44.68 0.76 0.48
Hex D9 A9 1D 0 16 57 F 2D 4C 30
Octal 331 251 35 0 26 127 17 55 114 60
Binary 11011001 10101001 11101 0 10110 1010111 1111 101101 1001100 110000

Color Harmonies of #D9A91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A91D

Black with #D9A91D

Text Example


Text Example

White with #D9A91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A91D; }

 p { color: rgb(217,169,29); }

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

background-color css

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

 a { background-color: rgb(217,169,29); }

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

border-color css

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

 span { border-color: rgb(217,169,29); }

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