Html Css Color HEX #DCB838 Metallic Gold

📋 copy color: '#DCB838'

red 220 ◦ green 184 ◦ blue 56

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

Shades of Metallic Gold #DCB838

Tints of Metallic Gold #DCB838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40%

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

R = 47.83%
G = 40%
B = 12.17%

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

#DCB838 (or 0xDCB838) is known color: Metallic Gold. HEX triplet: DC, B8 and 38. RGB value is (220,184,56). Sum of RGB (Red+Green+Blue) = 220+184+56=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB838 is #2347C7. Grayscale: #B4B4B4. Windows color (decimal): -2312136 or 3717340. OLE color: 3717340.

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

Color convert

RGB 220 184 56 -
CMYK 0 0.16 0.75 0.14
HSL 46.83º 0.7% 0.54% -
HSV(B) 46.83º 0.75% 0.86% -
XYZ 47.37 49.78 10.85 -
YUV 180.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 220 184 56 0 0.16 0.75 0.14 46.83 0.7 0.54
Hex DC B8 38 0 10 4B E 2F 46 36
Octal 334 270 70 0 20 113 16 57 106 66
Binary 11011100 10111000 111000 0 10000 1001011 1110 101111 1000110 110110

Color Harmonies of #DCB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB838

Black with #DCB838

Text Example


Text Example

White with #DCB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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