Html Css Color HEX #D2A33E Metallic Gold

📋 copy color: '#D2A33E'

red 210 ◦ green 163 ◦ blue 62

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

Shades of Metallic Gold #D2A33E

Tints of Metallic Gold #D2A33E

RGB

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

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

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

R = 48.28%
G = 37.47%
B = 14.25%

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

#D2A33E (or 0xD2A33E) is known color: Metallic Gold. HEX triplet: D2, A3 and 3E. RGB value is (210,163,62). Sum of RGB (Red+Green+Blue) = 210+163+62=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A33E is #2D5CC1. Grayscale: #A5A5A5. Windows color (decimal): -2972866 or 4105170. OLE color: 4105170.

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

Color convert

RGB 210 163 62 -
CMYK 0 0.22 0.70 0.18
HSL 40.95º 0.62% 0.53% -
HSV(B) 40.95º 0.7% 0.82% -
XYZ 40.55 40.24 10.19 -
YUV 165.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 210 163 62 0 0.22 0.70 0.18 40.95 0.62 0.53
Hex D2 A3 3E 0 16 46 12 29 3E 35
Octal 322 243 76 0 26 106 22 51 76 65
Binary 11010010 10100011 111110 0 10110 1000110 10010 101001 111110 110101

Color Harmonies of #D2A33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A33E

Black with #D2A33E

Text Example


Text Example

White with #D2A33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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