Html Css Color HEX #D3A129 Galliano

📋 copy color: '#D3A129'

red 211 ◦ green 161 ◦ blue 41

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

Shades of Galliano #D3A129

Tints of Galliano #D3A129

RGB

 RED value IS 211 (82.81% from 255) = 51.09%

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

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

R = 51.09%
G = 38.98%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D3A129 (or 0xD3A129) is known color: Galliano. HEX triplet: D3, A1 and 29. RGB value is (211,161,41). Sum of RGB (Red+Green+Blue) = 211+161+41=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A129 is #2C5ED6. Grayscale: #A2A2A2. Windows color (decimal): -2907863 or 2728403. OLE color: 2728403.

HSL color Cylindrical-coordinate representation of color #D3A129: hue angle of 42.35º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3A129 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 161 41 -
CMYK 0 0.24 0.81 0.17
HSL 42.35º 0.67% 0.49% -
HSV(B) 42.35º 0.81% 0.83% -
XYZ 40.01 39.5 7.61 -
YUV 162.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 211 161 41 0 0.24 0.81 0.17 42.35 0.67 0.49
Hex D3 A1 29 0 18 51 11 2A 43 31
Octal 323 241 51 0 30 121 21 52 103 61
Binary 11010011 10100001 101001 0 11000 1010001 10001 101010 1000011 110001

Color Harmonies of #D3A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A129

Black with #D3A129

Text Example


Text Example

White with #D3A129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A129; }

 p { color: rgb(211,161,41); }

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

background-color css

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

 a { background-color: rgb(211,161,41); }

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

border-color css

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

 span { border-color: rgb(211,161,41); }

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