Html Css Color HEX #DCB336 Metallic Gold

📋 copy color: '#DCB336'

red 220 ◦ green 179 ◦ blue 54

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

Shades of Metallic Gold #DCB336

Tints of Metallic Gold #DCB336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.92%

R = 48.57%
G = 39.51%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCB336 (or 0xDCB336) is known color: Metallic Gold. HEX triplet: DC, B3 and 36. RGB value is (220,179,54). Sum of RGB (Red+Green+Blue) = 220+179+54=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB336 is #234CC9. Grayscale: #B1B1B1. Windows color (decimal): -2313418 or 3584988. OLE color: 3584988.

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

Color convert

RGB 220 179 54 -
CMYK 0 0.19 0.75 0.14
HSL 45.18º 0.7% 0.54% -
HSV(B) 45.18º 0.75% 0.86% -
XYZ 46.3 47.72 10.26 -
YUV 177.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 220 179 54 0 0.19 0.75 0.14 45.18 0.7 0.54
Hex DC B3 36 0 13 4B E 2D 46 36
Octal 334 263 66 0 23 113 16 55 106 66
Binary 11011100 10110011 110110 0 10011 1001011 1110 101101 1000110 110110

Color Harmonies of #DCB336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB336

Black with #DCB336

Text Example


Text Example

White with #DCB336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB336; }

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

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

background-color css

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

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

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

border-color css

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

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

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