Html Css Color HEX #DCB938 Metallic Gold

📋 copy color: '#DCB938'

red 220 ◦ green 185 ◦ blue 56

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

Shades of Metallic Gold #DCB938

Tints of Metallic Gold #DCB938

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 56 (22.27% from 255) = 12.15%

R = 47.72%
G = 40.13%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCB938 (or 0xDCB938) is known color: Metallic Gold. HEX triplet: DC, B9 and 38. RGB value is (220,185,56). Sum of RGB (Red+Green+Blue) = 220+185+56=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB938 is #2346C7. Grayscale: #B5B5B5. Windows color (decimal): -2311880 or 3717596. OLE color: 3717596.

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

Color convert

RGB 220 185 56 -
CMYK 0 0.16 0.75 0.14
HSL 47.2º 0.7% 0.54% -
HSV(B) 47.2º 0.75% 0.86% -
XYZ 47.58 50.2 10.92 -
YUV 180.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 220 185 56 0 0.16 0.75 0.14 47.2 0.7 0.54
Hex DC B9 38 0 10 4B E 2F 46 36
Octal 334 271 70 0 20 113 16 57 106 66
Binary 11011100 10111001 111000 0 10000 1001011 1110 101111 1000110 110110

Color Harmonies of #DCB938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB938

Black with #DCB938

Text Example


Text Example

White with #DCB938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB938; }

 p { color: rgb(220,185,56); }

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

background-color css

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

 a { background-color: rgb(220,185,56); }

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

border-color css

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

 span { border-color: rgb(220,185,56); }

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