Html Css Color HEX #DCAC33 Metallic Gold

📋 copy color: '#DCAC33'

red 220 ◦ green 172 ◦ blue 51

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

Shades of Metallic Gold #DCAC33

Tints of Metallic Gold #DCAC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

 BLUE value IS 51 (20.31% from 255) = 11.51%

R = 49.66%
G = 38.83%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCAC33 (or 0xDCAC33) is known color: Metallic Gold. HEX triplet: DC, AC and 33. RGB value is (220,172,51). Sum of RGB (Red+Green+Blue) = 220+172+51=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC33 is #2353CC. Grayscale: #ADADAD. Windows color (decimal): -2315213 or 3386588. OLE color: 3386588.

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

Color convert

RGB 220 172 51 -
CMYK 0 0.22 0.77 0.14
HSL 42.96º 0.71% 0.53% -
HSV(B) 42.96º 0.77% 0.86% -
XYZ 44.87 44.96 9.45 -
YUV 172.56 59.4 161.84 -
System Red Green Blue C M Y K H S L
Decimal 220 172 51 0 0.22 0.77 0.14 42.96 0.71 0.53
Hex DC AC 33 0 16 4D E 2B 47 35
Octal 334 254 63 0 26 115 16 53 107 65
Binary 11011100 10101100 110011 0 10110 1001101 1110 101011 1000111 110101

Color Harmonies of #DCAC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC33

Black with #DCAC33

Text Example


Text Example

White with #DCAC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC33; }

 p { color: rgb(220,172,51); }

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

background-color css

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

 a { background-color: rgb(220,172,51); }

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

border-color css

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

 span { border-color: rgb(220,172,51); }

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