Html Css Color HEX #DCB736 Metallic Gold

📋 copy color: '#DCB736'

red 220 ◦ green 183 ◦ blue 54

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

Shades of Metallic Gold #DCB736

Tints of Metallic Gold #DCB736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

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

R = 48.14%
G = 40.04%
B = 11.82%

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

#DCB736 (or 0xDCB736) is known color: Metallic Gold. HEX triplet: DC, B7 and 36. RGB value is (220,183,54). Sum of RGB (Red+Green+Blue) = 220+183+54=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB736 is #2348C9. Grayscale: #B3B3B3. Windows color (decimal): -2312394 or 3586012. OLE color: 3586012.

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

Color convert

RGB 220 183 54 -
CMYK 0 0.17 0.75 0.14
HSL 46.63º 0.7% 0.54% -
HSV(B) 46.63º 0.75% 0.86% -
XYZ 47.11 49.35 10.53 -
YUV 179.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 220 183 54 0 0.17 0.75 0.14 46.63 0.7 0.54
Hex DC B7 36 0 11 4B E 2F 46 36
Octal 334 267 66 0 21 113 16 57 106 66
Binary 11011100 10110111 110110 0 10001 1001011 1110 101111 1000110 110110

Color Harmonies of #DCB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB736

Black with #DCB736

Text Example


Text Example

White with #DCB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB736; }

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

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

background-color css

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

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

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

border-color css

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

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

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