Html Css Color HEX #DFB334 Metallic Gold

📋 copy color: '#DFB334'

red 223 ◦ green 179 ◦ blue 52

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

Shades of Metallic Gold #DFB334

Tints of Metallic Gold #DFB334

RGB

 RED value IS 223 (87.5% from 255) = 49.12%

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

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

R = 49.12%
G = 39.43%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DFB334 (or 0xDFB334) is known color: Metallic Gold. HEX triplet: DF, B3 and 34. RGB value is (223,179,52). Sum of RGB (Red+Green+Blue) = 223+179+52=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB334 is #204CCB. Grayscale: #B2B2B2. Windows color (decimal): -2116812 or 3453919. OLE color: 3453919.

HSL color Cylindrical-coordinate representation of color #DFB334: hue angle of 44.56º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFB334 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 52 -
CMYK 0 0.20 0.77 0.13
HSL 44.56º 0.73% 0.54% -
HSV(B) 44.56º 0.77% 0.87% -
XYZ 47.17 48.18 10.06 -
YUV 177.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 223 179 52 0 0.20 0.77 0.13 44.56 0.73 0.54
Hex DF B3 34 0 14 4D D 2D 49 36
Octal 337 263 64 0 24 115 15 55 111 66
Binary 11011111 10110011 110100 0 10100 1001101 1101 101101 1001001 110110

Color Harmonies of #DFB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB334

Black with #DFB334

Text Example


Text Example

White with #DFB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB334; }

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

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

background-color css

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

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

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

border-color css

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

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

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