Html Css Color HEX #D2A33C Metallic Gold

📋 copy color: '#D2A33C'

red 210 ◦ green 163 ◦ blue 60

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

Shades of Metallic Gold #D2A33C

Tints of Metallic Gold #D2A33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.86%

R = 48.5%
G = 37.64%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2A33C (or 0xD2A33C) is known color: Metallic Gold. HEX triplet: D2, A3 and 3C. RGB value is (210,163,60). Sum of RGB (Red+Green+Blue) = 210+163+60=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A33C is #2D5CC3. Grayscale: #A5A5A5. Windows color (decimal): -2972868 or 3974098. OLE color: 3974098.

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

Color convert

RGB 210 163 60 -
CMYK 0 0.22 0.71 0.18
HSL 41.2º 0.63% 0.53% -
HSV(B) 41.2º 0.71% 0.82% -
XYZ 40.49 40.22 9.9 -
YUV 165.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 210 163 60 0 0.22 0.71 0.18 41.2 0.63 0.53
Hex D2 A3 3C 0 16 47 12 29 3E 35
Octal 322 243 74 0 26 107 22 51 76 65
Binary 11010010 10100011 111100 0 10110 1000111 10010 101001 111110 110101

Color Harmonies of #D2A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A33C

Black with #D2A33C

Text Example


Text Example

White with #D2A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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