Html Css Color HEX #D3A33E Metallic Gold

📋 copy color: '#D3A33E'

red 211 ◦ green 163 ◦ blue 62

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

Shades of Metallic Gold #D3A33E

Tints of Metallic Gold #D3A33E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.39%

 BLUE value IS 62 (24.61% from 255) = 14.22%

R = 48.39%
G = 37.39%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3A33E (or 0xD3A33E) is known color: Metallic Gold. HEX triplet: D3, A3 and 3E. RGB value is (211,163,62). Sum of RGB (Red+Green+Blue) = 211+163+62=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A33E is #2C5CC1. Grayscale: #A6A6A6. Windows color (decimal): -2907330 or 4105171. OLE color: 4105171.

HSL color Cylindrical-coordinate representation of color #D3A33E: hue angle of 40.67º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3A33E is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 163 62 -
CMYK 0 0.23 0.71 0.17
HSL 40.67º 0.63% 0.54% -
HSV(B) 40.67º 0.71% 0.83% -
XYZ 40.83 40.39 10.2 -
YUV 165.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 211 163 62 0 0.23 0.71 0.17 40.67 0.63 0.54
Hex D3 A3 3E 0 17 47 11 29 3F 36
Octal 323 243 76 0 27 107 21 51 77 66
Binary 11010011 10100011 111110 0 10111 1000111 10001 101001 111111 110110

Color Harmonies of #D3A33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A33E

Black with #D3A33E

Text Example


Text Example

White with #D3A33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A33E; }

 p { color: rgb(211,163,62); }

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

background-color css

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

 a { background-color: rgb(211,163,62); }

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

border-color css

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

 span { border-color: rgb(211,163,62); }

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