Html Css Color HEX #DCAB35 Metallic Gold

📋 copy color: '#DCAB35'

red 220 ◦ green 171 ◦ blue 53

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

Shades of Metallic Gold #DCAB35

Tints of Metallic Gold #DCAB35

RGB

 RED value IS 220 (86.33% from 255) = 49.55%

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

 BLUE value IS 53 (21.09% from 255) = 11.94%

R = 49.55%
G = 38.51%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCAB35 (or 0xDCAB35) is known color: Metallic Gold. HEX triplet: DC, AB and 35. RGB value is (220,171,53). Sum of RGB (Red+Green+Blue) = 220+171+53=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB35 is #2354CA. Grayscale: #ACACAC. Windows color (decimal): -2315467 or 3517404. OLE color: 3517404.

HSL color Cylindrical-coordinate representation of color #DCAB35: hue angle of 42.4º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCAB35 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 53 -
CMYK 0 0.22 0.76 0.14
HSL 42.4º 0.7% 0.54% -
HSV(B) 42.4º 0.76% 0.86% -
XYZ 44.72 44.6 9.62 -
YUV 172.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 220 171 53 0 0.22 0.76 0.14 42.4 0.7 0.54
Hex DC AB 35 0 16 4C E 2A 46 36
Octal 334 253 65 0 26 114 16 52 106 66
Binary 11011100 10101011 110101 0 10110 1001100 1110 101010 1000110 110110

Color Harmonies of #DCAB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB35

Black with #DCAB35

Text Example


Text Example

White with #DCAB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB35; }

 p { color: rgb(220,171,53); }

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

background-color css

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

 a { background-color: rgb(220,171,53); }

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

border-color css

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

 span { border-color: rgb(220,171,53); }

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