Html Css Color HEX #DCB737 Metallic Gold

📋 copy color: '#DCB737'

red 220 ◦ green 183 ◦ blue 55

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

Shades of Metallic Gold #DCB737

Tints of Metallic Gold #DCB737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.01%

R = 48.03%
G = 39.96%
B = 12.01%

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

#DCB737 (or 0xDCB737) is known color: Metallic Gold. HEX triplet: DC, B7 and 37. RGB value is (220,183,55). Sum of RGB (Red+Green+Blue) = 220+183+55=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB737 is #2348C8. Grayscale: #B4B4B4. Windows color (decimal): -2312393 or 3651548. OLE color: 3651548.

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

Color convert

RGB 220 183 55 -
CMYK 0 0.17 0.75 0.14
HSL 46.55º 0.7% 0.54% -
HSV(B) 46.55º 0.75% 0.86% -
XYZ 47.14 49.36 10.66 -
YUV 179.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 220 183 55 0 0.17 0.75 0.14 46.55 0.7 0.54
Hex DC B7 37 0 11 4B E 2F 46 36
Octal 334 267 67 0 21 113 16 57 106 66
Binary 11011100 10110111 110111 0 10001 1001011 1110 101111 1000110 110110

Color Harmonies of #DCB737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB737

Black with #DCB737

Text Example


Text Example

White with #DCB737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB737; }

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

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

background-color css

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

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

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

border-color css

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

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

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