Html Css Color HEX #D1A91D Galliano

📋 copy color: '#D1A91D'

red 209 ◦ green 169 ◦ blue 29

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

Shades of Galliano #D1A91D

Tints of Galliano #D1A91D

RGB

 RED value IS 209 (82.03% from 255) = 51.35%

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

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

R = 51.35%
G = 41.52%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1A91D (or 0xD1A91D) is known color: Galliano. HEX triplet: D1, A9 and 1D. RGB value is (209,169,29). Sum of RGB (Red+Green+Blue) = 209+169+29=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A91D is #2E56E2. Grayscale: #A5A5A5. Windows color (decimal): -3036899 or 1944017. OLE color: 1944017.

HSL color Cylindrical-coordinate representation of color #D1A91D: hue angle of 46.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1A91D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 169 29 -
CMYK 0 0.19 0.86 0.18
HSL 46.67º 0.76% 0.47% -
HSV(B) 46.67º 0.86% 0.82% -
XYZ 40.7 42.02 7.13 -
YUV 165 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 209 169 29 0 0.19 0.86 0.18 46.67 0.76 0.47
Hex D1 A9 1D 0 13 56 12 2F 4C 2F
Octal 321 251 35 0 23 126 22 57 114 57
Binary 11010001 10101001 11101 0 10011 1010110 10010 101111 1001100 101111

Color Harmonies of #D1A91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A91D

Black with #D1A91D

Text Example


Text Example

White with #D1A91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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