Html Css Color HEX #D3A533 Metallic Gold

📋 copy color: '#D3A533'

red 211 ◦ green 165 ◦ blue 51

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

Shades of Metallic Gold #D3A533

Tints of Metallic Gold #D3A533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

 BLUE value IS 51 (20.31% from 255) = 11.94%

R = 49.41%
G = 38.64%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D3A533 (or 0xD3A533) is known color: Metallic Gold. HEX triplet: D3, A5 and 33. RGB value is (211,165,51). Sum of RGB (Red+Green+Blue) = 211+165+51=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A533 is #2C5ACC. Grayscale: #A6A6A6. Windows color (decimal): -2906829 or 3384787. OLE color: 3384787.

HSL color Cylindrical-coordinate representation of color #D3A533: hue angle of 42.75º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3A533 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 165 51 -
CMYK 0 0.22 0.76 0.17
HSL 42.75º 0.65% 0.51% -
HSV(B) 42.75º 0.76% 0.83% -
XYZ 40.92 41 8.89 -
YUV 165.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 211 165 51 0 0.22 0.76 0.17 42.75 0.65 0.51
Hex D3 A5 33 0 16 4C 11 2B 41 33
Octal 323 245 63 0 26 114 21 53 101 63
Binary 11010011 10100101 110011 0 10110 1001100 10001 101011 1000001 110011

Color Harmonies of #D3A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A533

Black with #D3A533

Text Example


Text Example

White with #D3A533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A533; }

 p { color: rgb(211,165,51); }

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

background-color css

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

 a { background-color: rgb(211,165,51); }

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

border-color css

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

 span { border-color: rgb(211,165,51); }

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