Html Css Color HEX #DCB33A Metallic Gold

📋 copy color: '#DCB33A'

red 220 ◦ green 179 ◦ blue 58

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

Shades of Metallic Gold #DCB33A

Tints of Metallic Gold #DCB33A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.17%

 BLUE value IS 58 (23.05% from 255) = 12.69%

R = 48.14%
G = 39.17%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCB33A (or 0xDCB33A) is known color: Metallic Gold. HEX triplet: DC, B3 and 3A. RGB value is (220,179,58). Sum of RGB (Red+Green+Blue) = 220+179+58=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB33A is #234CC5. Grayscale: #B1B1B1. Windows color (decimal): -2313414 or 3847132. OLE color: 3847132.

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

Color convert

RGB 220 179 58 -
CMYK 0 0.19 0.74 0.14
HSL 44.81º 0.7% 0.55% -
HSV(B) 44.81º 0.74% 0.86% -
XYZ 46.4 47.76 10.78 -
YUV 177.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 220 179 58 0 0.19 0.74 0.14 44.81 0.7 0.55
Hex DC B3 3A 0 13 4A E 2D 46 37
Octal 334 263 72 0 23 112 16 55 106 67
Binary 11011100 10110011 111010 0 10011 1001010 1110 101101 1000110 110111

Color Harmonies of #DCB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB33A

Black with #DCB33A

Text Example


Text Example

White with #DCB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB33A; }

 p { color: rgb(220,179,58); }

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

background-color css

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

 a { background-color: rgb(220,179,58); }

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

border-color css

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

 span { border-color: rgb(220,179,58); }

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