Html Css Color HEX #DCB33D Metallic Gold

📋 copy color: '#DCB33D'

red 220 ◦ green 179 ◦ blue 61

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

Shades of Metallic Gold #DCB33D

Tints of Metallic Gold #DCB33D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.91%

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 47.83%
G = 38.91%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCB33D (or 0xDCB33D) is known color: Metallic Gold. HEX triplet: DC, B3 and 3D. RGB value is (220,179,61). Sum of RGB (Red+Green+Blue) = 220+179+61=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB33D is #234CC2. Grayscale: #B2B2B2. Windows color (decimal): -2313411 or 4043740. OLE color: 4043740.

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

Color convert

RGB 220 179 61 -
CMYK 0 0.19 0.72 0.14
HSL 44.53º 0.69% 0.55% -
HSV(B) 44.53º 0.72% 0.86% -
XYZ 46.48 47.79 11.19 -
YUV 177.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 220 179 61 0 0.19 0.72 0.14 44.53 0.69 0.55
Hex DC B3 3D 0 13 48 E 2D 45 37
Octal 334 263 75 0 23 110 16 55 105 67
Binary 11011100 10110011 111101 0 10011 1001000 1110 101101 1000101 110111

Color Harmonies of #DCB33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB33D

Black with #DCB33D

Text Example


Text Example

White with #DCB33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB33D; }

 p { color: rgb(220,179,61); }

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

background-color css

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

 a { background-color: rgb(220,179,61); }

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

border-color css

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

 span { border-color: rgb(220,179,61); }

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