Html Css Color HEX #D2A33F Metallic Gold

📋 copy color: '#D2A33F'

red 210 ◦ green 163 ◦ blue 63

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

Shades of Metallic Gold #D2A33F

Tints of Metallic Gold #D2A33F

RGB

 RED value IS 210 (82.42% from 255) = 48.17%

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

 BLUE value IS 63 (25% from 255) = 14.45%

R = 48.17%
G = 37.39%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2A33F (or 0xD2A33F) is known color: Metallic Gold. HEX triplet: D2, A3 and 3F. RGB value is (210,163,63). Sum of RGB (Red+Green+Blue) = 210+163+63=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A33F is #2D5CC0. Grayscale: #A6A6A6. Windows color (decimal): -2972865 or 4170706. OLE color: 4170706.

HSL color Cylindrical-coordinate representation of color #D2A33F: hue angle of 40.82º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2A33F is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 163 63 -
CMYK 0 0.22 0.70 0.18
HSL 40.82º 0.62% 0.54% -
HSV(B) 40.82º 0.7% 0.82% -
XYZ 40.57 40.25 10.33 -
YUV 165.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 210 163 63 0 0.22 0.70 0.18 40.82 0.62 0.54
Hex D2 A3 3F 0 16 46 12 29 3E 36
Octal 322 243 77 0 26 106 22 51 76 66
Binary 11010010 10100011 111111 0 10110 1000110 10010 101001 111110 110110

Color Harmonies of #D2A33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A33F

Black with #D2A33F

Text Example


Text Example

White with #D2A33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A33F; }

 p { color: rgb(210,163,63); }

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

background-color css

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

 a { background-color: rgb(210,163,63); }

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

border-color css

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

 span { border-color: rgb(210,163,63); }

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