Html Css Color HEX #D3A721 Galliano

📋 copy color: '#D3A721'

red 211 ◦ green 167 ◦ blue 33

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

Shades of Galliano #D3A721

Tints of Galliano #D3A721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 51.34%
G = 40.63%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D3A721 (or 0xD3A721) is known color: Galliano. HEX triplet: D3, A7 and 21. RGB value is (211,167,33). Sum of RGB (Red+Green+Blue) = 211+167+33=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A721 is #2C58DE. Grayscale: #A5A5A5. Windows color (decimal): -2906335 or 2205651. OLE color: 2205651.

HSL color Cylindrical-coordinate representation of color #D3A721: hue angle of 45.17º 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 #D3A721 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 167 33 -
CMYK 0 0.21 0.84 0.17
HSL 45.17º 0.73% 0.48% -
HSV(B) 45.17º 0.84% 0.83% -
XYZ 40.96 41.6 7.31 -
YUV 164.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 211 167 33 0 0.21 0.84 0.17 45.17 0.73 0.48
Hex D3 A7 21 0 15 54 11 2D 49 30
Octal 323 247 41 0 25 124 21 55 111 60
Binary 11010011 10100111 100001 0 10101 1010100 10001 101101 1001001 110000

Color Harmonies of #D3A721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A721

Black with #D3A721

Text Example


Text Example

White with #D3A721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A721; }

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

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

background-color css

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

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

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

border-color css

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

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

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