Html Css Color HEX #D1A128 Galliano

📋 copy color: '#D1A128'

red 209 ◦ green 161 ◦ blue 40

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

Shades of Galliano #D1A128

Tints of Galliano #D1A128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 50.98%
G = 39.27%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D1A128 (or 0xD1A128) is known color: Galliano. HEX triplet: D1, A1 and 28. RGB value is (209,161,40). Sum of RGB (Red+Green+Blue) = 209+161+40=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A128 is #2E5ED7. Grayscale: #A2A2A2. Windows color (decimal): -3038936 or 2662865. OLE color: 2662865.

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

Color convert

RGB 209 161 40 -
CMYK 0 0.23 0.81 0.18
HSL 42.96º 0.68% 0.49% -
HSV(B) 42.96º 0.81% 0.82% -
XYZ 39.42 39.2 7.5 -
YUV 161.56 59.4 161.84 -
System Red Green Blue C M Y K H S L
Decimal 209 161 40 0 0.23 0.81 0.18 42.96 0.68 0.49
Hex D1 A1 28 0 17 51 12 2B 44 31
Octal 321 241 50 0 27 121 22 53 104 61
Binary 11010001 10100001 101000 0 10111 1010001 10010 101011 1000100 110001

Color Harmonies of #D1A128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A128

Black with #D1A128

Text Example


Text Example

White with #D1A128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A128; }

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

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

background-color css

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

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

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

border-color css

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

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

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