Html Css Color HEX #DCB636 Metallic Gold

📋 copy color: '#DCB636'

red 220 ◦ green 182 ◦ blue 54

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

Shades of Metallic Gold #DCB636

Tints of Metallic Gold #DCB636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.91%

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

R = 48.25%
G = 39.91%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCB636 (or 0xDCB636) is known color: Metallic Gold. HEX triplet: DC, B6 and 36. RGB value is (220,182,54). Sum of RGB (Red+Green+Blue) = 220+182+54=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB636 is #2349C9. Grayscale: #B3B3B3. Windows color (decimal): -2312650 or 3585756. OLE color: 3585756.

HSL color Cylindrical-coordinate representation of color #DCB636: hue angle of 46.27º 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 #DCB636 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 182 54 -
CMYK 0 0.17 0.75 0.14
HSL 46.27º 0.7% 0.54% -
HSV(B) 46.27º 0.75% 0.86% -
XYZ 46.91 48.94 10.46 -
YUV 178.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 220 182 54 0 0.17 0.75 0.14 46.27 0.7 0.54
Hex DC B6 36 0 11 4B E 2E 46 36
Octal 334 266 66 0 21 113 16 56 106 66
Binary 11011100 10110110 110110 0 10001 1001011 1110 101110 1000110 110110

Color Harmonies of #DCB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB636

Black with #DCB636

Text Example


Text Example

White with #DCB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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