Html Css Color HEX #DCBB37 Metallic Gold

📋 copy color: '#DCBB37'

red 220 ◦ green 187 ◦ blue 55

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

Shades of Metallic Gold #DCBB37

Tints of Metallic Gold #DCBB37

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.48%

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

R = 47.62%
G = 40.48%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCBB37 (or 0xDCBB37) is known color: Metallic Gold. HEX triplet: DC, BB and 37. RGB value is (220,187,55). Sum of RGB (Red+Green+Blue) = 220+187+55=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 55 (21.88% from 255 or 11.90% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB37 is #2344C8. Grayscale: #B6B6B6. Windows color (decimal): -2311369 or 3652572. OLE color: 3652572.

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

Color convert

RGB 220 187 55 -
CMYK 0 0.15 0.75 0.14
HSL 48º 0.7% 0.54% -
HSV(B) 48º 0.75% 0.86% -
XYZ 47.98 51.03 10.94 -
YUV 181.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 220 187 55 0 0.15 0.75 0.14 48 0.7 0.54
Hex DC BB 37 0 F 4B E 30 46 36
Octal 334 273 67 0 17 113 16 60 106 66
Binary 11011100 10111011 110111 0 1111 1001011 1110 110000 1000110 110110

Color Harmonies of #DCBB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB37

Black with #DCBB37

Text Example


Text Example

White with #DCBB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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