Html Css Color HEX #D3AD11 Galliano

📋 copy color: '#D3AD11'

red 211 ◦ green 173 ◦ blue 17

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

Shades of Galliano #D3AD11

Tints of Galliano #D3AD11

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.14%

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 52.62%
G = 43.14%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3AD11 (or 0xD3AD11) is known color: Galliano. HEX triplet: D3, AD and 11. RGB value is (211,173,17). Sum of RGB (Red+Green+Blue) = 211+173+17=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AD11 is #2C52EE. Grayscale: #A7A7A7. Windows color (decimal): -2904815 or 1158611. OLE color: 1158611.

HSL color Cylindrical-coordinate representation of color #D3AD11: hue angle of 48.25º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3AD11 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 173 17 -
CMYK 0 0.18 0.92 0.17
HSL 48.25º 0.85% 0.45% -
HSV(B) 48.25º 0.92% 0.83% -
XYZ 41.91 43.78 6.77 -
YUV 166.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 211 173 17 0 0.18 0.92 0.17 48.25 0.85 0.45
Hex D3 AD 11 0 12 5C 11 30 55 2D
Octal 323 255 21 0 22 134 21 60 125 55
Binary 11010011 10101101 10001 0 10010 1011100 10001 110000 1010101 101101

Color Harmonies of #D3AD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AD11

Black with #D3AD11

Text Example


Text Example

White with #D3AD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AD11; }

 p { color: rgb(211,173,17); }

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

background-color css

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

 a { background-color: rgb(211,173,17); }

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

border-color css

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

 span { border-color: rgb(211,173,17); }

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