Html Css Color HEX #DCB333 Metallic Gold

📋 copy color: '#DCB333'

red 220 ◦ green 179 ◦ blue 51

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

Shades of Metallic Gold #DCB333

Tints of Metallic Gold #DCB333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.33%

R = 48.89%
G = 39.78%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCB333 (or 0xDCB333) is known color: Metallic Gold. HEX triplet: DC, B3 and 33. RGB value is (220,179,51). Sum of RGB (Red+Green+Blue) = 220+179+51=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB333 is #234CCC. Grayscale: #B1B1B1. Windows color (decimal): -2313421 or 3388380. OLE color: 3388380.

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

Color convert

RGB 220 179 51 -
CMYK 0 0.19 0.77 0.14
HSL 45.44º 0.71% 0.53% -
HSV(B) 45.44º 0.77% 0.86% -
XYZ 46.23 47.69 9.9 -
YUV 176.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 220 179 51 0 0.19 0.77 0.14 45.44 0.71 0.53
Hex DC B3 33 0 13 4D E 2D 47 35
Octal 334 263 63 0 23 115 16 55 107 65
Binary 11011100 10110011 110011 0 10011 1001101 1110 101101 1000111 110101

Color Harmonies of #DCB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB333

Black with #DCB333

Text Example


Text Example

White with #DCB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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