Html Css Color HEX #DCB632 Metallic Gold

📋 copy color: '#DCB632'

red 220 ◦ green 182 ◦ blue 50

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

Shades of Metallic Gold #DCB632

Tints of Metallic Gold #DCB632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.27%

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

R = 48.67%
G = 40.27%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCB632 (or 0xDCB632) is known color: Metallic Gold. HEX triplet: DC, B6 and 32. RGB value is (220,182,50). Sum of RGB (Red+Green+Blue) = 220+182+50=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB632 is #2349CD. Grayscale: #B2B2B2. Windows color (decimal): -2312654 or 3323612. OLE color: 3323612.

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

Color convert

RGB 220 182 50 -
CMYK 0 0.17 0.77 0.14
HSL 46.59º 0.71% 0.53% -
HSV(B) 46.59º 0.77% 0.86% -
XYZ 46.82 48.9 9.99 -
YUV 178.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 220 182 50 0 0.17 0.77 0.14 46.59 0.71 0.53
Hex DC B6 32 0 11 4D E 2F 47 35
Octal 334 266 62 0 21 115 16 57 107 65
Binary 11011100 10110110 110010 0 10001 1001101 1110 101111 1000111 110101

Color Harmonies of #DCB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB632

Black with #DCB632

Text Example


Text Example

White with #DCB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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