Html Css Color HEX #DCB238 Metallic Gold

📋 copy color: '#DCB238'

red 220 ◦ green 178 ◦ blue 56

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

Shades of Metallic Gold #DCB238

Tints of Metallic Gold #DCB238

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

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

R = 48.46%
G = 39.21%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCB238 (or 0xDCB238) is known color: Metallic Gold. HEX triplet: DC, B2 and 38. RGB value is (220,178,56). Sum of RGB (Red+Green+Blue) = 220+178+56=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB238 is #234DC7. Grayscale: #B1B1B1. Windows color (decimal): -2313672 or 3715804. OLE color: 3715804.

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

Color convert

RGB 220 178 56 -
CMYK 0 0.19 0.75 0.14
HSL 44.63º 0.7% 0.54% -
HSV(B) 44.63º 0.75% 0.86% -
XYZ 46.15 47.34 10.45 -
YUV 176.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 220 178 56 0 0.19 0.75 0.14 44.63 0.7 0.54
Hex DC B2 38 0 13 4B E 2D 46 36
Octal 334 262 70 0 23 113 16 55 106 66
Binary 11011100 10110010 111000 0 10011 1001011 1110 101101 1000110 110110

Color Harmonies of #DCB238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB238

Black with #DCB238

Text Example


Text Example

White with #DCB238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB238; }

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

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

background-color css

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

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

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

border-color css

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

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

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