Html Css Color HEX #D3AD21 Galliano

📋 copy color: '#D3AD21'

red 211 ◦ green 173 ◦ blue 33

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

Shades of Galliano #D3AD21

Tints of Galliano #D3AD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 50.6%
G = 41.49%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D3AD21 (or 0xD3AD21) is known color: Galliano. HEX triplet: D3, AD and 21. RGB value is (211,173,33). Sum of RGB (Red+Green+Blue) = 211+173+33=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AD21 is #2C52DE. Grayscale: #A9A9A9. Windows color (decimal): -2904799 or 2207187. OLE color: 2207187.

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

Color convert

RGB 211 173 33 -
CMYK 0 0.18 0.84 0.17
HSL 47.19º 0.73% 0.48% -
HSV(B) 47.19º 0.84% 0.83% -
XYZ 42.08 43.85 7.68 -
YUV 168.4 51.59 158.38 -
System Red Green Blue C M Y K H S L
Decimal 211 173 33 0 0.18 0.84 0.17 47.19 0.73 0.48
Hex D3 AD 21 0 12 54 11 2F 49 30
Octal 323 255 41 0 22 124 21 57 111 60
Binary 11010011 10101101 100001 0 10010 1010100 10001 101111 1001001 110000

Color Harmonies of #D3AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AD21

Black with #D3AD21

Text Example


Text Example

White with #D3AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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