Html Css Color HEX #D5A33C Metallic Gold

📋 copy color: '#D5A33C'

red 213 ◦ green 163 ◦ blue 60

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

Shades of Metallic Gold #D5A33C

Tints of Metallic Gold #D5A33C

RGB

 RED value IS 213 (83.59% from 255) = 48.85%

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

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

R = 48.85%
G = 37.39%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5A33C (or 0xD5A33C) is known color: Metallic Gold. HEX triplet: D5, A3 and 3C. RGB value is (213,163,60). Sum of RGB (Red+Green+Blue) = 213+163+60=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A33C is #2A5CC3. Grayscale: #A6A6A6. Windows color (decimal): -2776260 or 3974101. OLE color: 3974101.

HSL color Cylindrical-coordinate representation of color #D5A33C: hue angle of 40.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5A33C is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 163 60 -
CMYK 0 0.23 0.72 0.16
HSL 40.39º 0.65% 0.54% -
HSV(B) 40.39º 0.72% 0.84% -
XYZ 41.35 40.67 9.94 -
YUV 166.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 213 163 60 0 0.23 0.72 0.16 40.39 0.65 0.54
Hex D5 A3 3C 0 17 48 10 28 41 36
Octal 325 243 74 0 27 110 20 50 101 66
Binary 11010101 10100011 111100 0 10111 1001000 10000 101000 1000001 110110

Color Harmonies of #D5A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A33C

Black with #D5A33C

Text Example


Text Example

White with #D5A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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