Html Css Color HEX #D1A629 Galliano

📋 copy color: '#D1A629'

red 209 ◦ green 166 ◦ blue 41

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

Shades of Galliano #D1A629

Tints of Galliano #D1A629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 50.24%
G = 39.9%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D1A629 (or 0xD1A629) is known color: Galliano. HEX triplet: D1, A6 and 29. RGB value is (209,166,41). Sum of RGB (Red+Green+Blue) = 209+166+41=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A629 is #2E59D6. Grayscale: #A5A5A5. Windows color (decimal): -3037655 or 2729681. OLE color: 2729681.

HSL color Cylindrical-coordinate representation of color #D1A629: hue angle of 44.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1A629 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 166 41 -
CMYK 0 0.21 0.80 0.18
HSL 44.64º 0.67% 0.49% -
HSV(B) 44.64º 0.8% 0.82% -
XYZ 40.33 40.99 7.88 -
YUV 164.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 209 166 41 0 0.21 0.80 0.18 44.64 0.67 0.49
Hex D1 A6 29 0 15 50 12 2D 43 31
Octal 321 246 51 0 25 120 22 55 103 61
Binary 11010001 10100110 101001 0 10101 1010000 10010 101101 1000011 110001

Color Harmonies of #D1A629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A629

Black with #D1A629

Text Example


Text Example

White with #D1A629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A629; }

 p { color: rgb(209,166,41); }

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

background-color css

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

 a { background-color: rgb(209,166,41); }

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

border-color css

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

 span { border-color: rgb(209,166,41); }

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