Html Css Color HEX #DCB93B Metallic Gold

📋 copy color: '#DCB93B'

red 220 ◦ green 185 ◦ blue 59

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

Shades of Metallic Gold #DCB93B

Tints of Metallic Gold #DCB93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.72%

R = 47.41%
G = 39.87%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCB93B (or 0xDCB93B) is known color: Metallic Gold. HEX triplet: DC, B9 and 3B. RGB value is (220,185,59). Sum of RGB (Red+Green+Blue) = 220+185+59=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB93B is #2346C4. Grayscale: #B5B5B5. Windows color (decimal): -2311877 or 3914204. OLE color: 3914204.

HSL color Cylindrical-coordinate representation of color #DCB93B: hue angle of 46.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCB93B is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 59 -
CMYK 0 0.16 0.73 0.14
HSL 46.96º 0.7% 0.55% -
HSV(B) 46.96º 0.73% 0.86% -
XYZ 47.65 50.23 11.32 -
YUV 181.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 220 185 59 0 0.16 0.73 0.14 46.96 0.7 0.55
Hex DC B9 3B 0 10 49 E 2F 46 37
Octal 334 271 73 0 20 111 16 57 106 67
Binary 11011100 10111001 111011 0 10000 1001001 1110 101111 1000110 110111

Color Harmonies of #DCB93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB93B

Black with #DCB93B

Text Example


Text Example

White with #DCB93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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