Html Css Color HEX #DCB334 Metallic Gold

📋 copy color: '#DCB334'

red 220 ◦ green 179 ◦ blue 52

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

Shades of Metallic Gold #DCB334

Tints of Metallic Gold #DCB334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.53%

R = 48.78%
G = 39.69%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCB334 (or 0xDCB334) is known color: Metallic Gold. HEX triplet: DC, B3 and 34. RGB value is (220,179,52). Sum of RGB (Red+Green+Blue) = 220+179+52=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB334 is #234CCB. Grayscale: #B1B1B1. Windows color (decimal): -2313420 or 3453916. OLE color: 3453916.

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

Color convert

RGB 220 179 52 -
CMYK 0 0.19 0.76 0.14
HSL 45.36º 0.71% 0.53% -
HSV(B) 45.36º 0.76% 0.86% -
XYZ 46.26 47.7 10.02 -
YUV 176.78 57.58 158.83 -
System Red Green Blue C M Y K H S L
Decimal 220 179 52 0 0.19 0.76 0.14 45.36 0.71 0.53
Hex DC B3 34 0 13 4C E 2D 47 35
Octal 334 263 64 0 23 114 16 55 107 65
Binary 11011100 10110011 110100 0 10011 1001100 1110 101101 1000111 110101

Color Harmonies of #DCB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB334

Black with #DCB334

Text Example


Text Example

White with #DCB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB334; }

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

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

background-color css

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

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

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

border-color css

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

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

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