Html Css Color HEX #DCB832 Metallic Gold

📋 copy color: '#DCB832'

red 220 ◦ green 184 ◦ blue 50

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

Shades of Metallic Gold #DCB832

Tints of Metallic Gold #DCB832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.01%

R = 48.46%
G = 40.53%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCB832 (or 0xDCB832) is known color: Metallic Gold. HEX triplet: DC, B8 and 32. RGB value is (220,184,50). Sum of RGB (Red+Green+Blue) = 220+184+50=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB832 is #2347CD. Grayscale: #B4B4B4. Windows color (decimal): -2312142 or 3324124. OLE color: 3324124.

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

Color convert

RGB 220 184 50 -
CMYK 0 0.16 0.77 0.14
HSL 47.29º 0.71% 0.53% -
HSV(B) 47.29º 0.77% 0.86% -
XYZ 47.23 49.73 10.13 -
YUV 179.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 220 184 50 0 0.16 0.77 0.14 47.29 0.71 0.53
Hex DC B8 32 0 10 4D E 2F 47 35
Octal 334 270 62 0 20 115 16 57 107 65
Binary 11011100 10111000 110010 0 10000 1001101 1110 101111 1000111 110101

Color Harmonies of #DCB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB832

Black with #DCB832

Text Example


Text Example

White with #DCB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB832; }

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

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

background-color css

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

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

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

border-color css

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

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

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