Html Css Color HEX #D1A126 Galliano

📋 copy color: '#D1A126'

red 209 ◦ green 161 ◦ blue 38

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

Shades of Galliano #D1A126

Tints of Galliano #D1A126

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.46%

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 51.23%
G = 39.46%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D1A126 (or 0xD1A126) is known color: Galliano. HEX triplet: D1, A1 and 26. RGB value is (209,161,38). Sum of RGB (Red+Green+Blue) = 209+161+38=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A126 is #2E5ED9. Grayscale: #A1A1A1. Windows color (decimal): -3038938 or 2531793. OLE color: 2531793.

HSL color Cylindrical-coordinate representation of color #D1A126: hue angle of 43.16º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1A126 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 161 38 -
CMYK 0 0.23 0.82 0.18
HSL 43.16º 0.69% 0.48% -
HSV(B) 43.16º 0.82% 0.82% -
XYZ 39.39 39.18 7.32 -
YUV 161.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 209 161 38 0 0.23 0.82 0.18 43.16 0.69 0.48
Hex D1 A1 26 0 17 52 12 2B 45 30
Octal 321 241 46 0 27 122 22 53 105 60
Binary 11010001 10100001 100110 0 10111 1010010 10010 101011 1000101 110000

Color Harmonies of #D1A126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A126

Black with #D1A126

Text Example


Text Example

White with #D1A126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A126; }

 p { color: rgb(209,161,38); }

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

background-color css

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

 a { background-color: rgb(209,161,38); }

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

border-color css

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

 span { border-color: rgb(209,161,38); }

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