Html Css Color HEX #D3AB3C Metallic Gold

📋 copy color: '#D3AB3C'

red 211 ◦ green 171 ◦ blue 60

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

Shades of Metallic Gold #D3AB3C

Tints of Metallic Gold #D3AB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

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

R = 47.74%
G = 38.69%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3AB3C (or 0xD3AB3C) is known color: Metallic Gold. HEX triplet: D3, AB and 3C. RGB value is (211,171,60). Sum of RGB (Red+Green+Blue) = 211+171+60=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AB3C is #2C54C3. Grayscale: #AAAAAA. Windows color (decimal): -2905284 or 3976147. OLE color: 3976147.

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

Color convert

RGB 211 171 60 -
CMYK 0 0.19 0.72 0.17
HSL 44.11º 0.63% 0.53% -
HSV(B) 44.11º 0.72% 0.83% -
XYZ 42.24 43.3 10.41 -
YUV 170.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 211 171 60 0 0.19 0.72 0.17 44.11 0.63 0.53
Hex D3 AB 3C 0 13 48 11 2C 3F 35
Octal 323 253 74 0 23 110 21 54 77 65
Binary 11010011 10101011 111100 0 10011 1001000 10001 101100 111111 110101

Color Harmonies of #D3AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB3C

Black with #D3AB3C

Text Example


Text Example

White with #D3AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB3C; }

 p { color: rgb(211,171,60); }

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

background-color css

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

 a { background-color: rgb(211,171,60); }

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

border-color css

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

 span { border-color: rgb(211,171,60); }

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