Html Css Color HEX #DFB133 Metallic Gold

📋 copy color: '#DFB133'

red 223 ◦ green 177 ◦ blue 51

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

Shades of Metallic Gold #DFB133

Tints of Metallic Gold #DFB133

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.25%

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

R = 49.45%
G = 39.25%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DFB133 (or 0xDFB133) is known color: Metallic Gold. HEX triplet: DF, B1 and 33. RGB value is (223,177,51). Sum of RGB (Red+Green+Blue) = 223+177+51=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB133 is #204ECC. Grayscale: #B0B0B0. Windows color (decimal): -2117325 or 3387871. OLE color: 3387871.

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

Color convert

RGB 223 177 51 -
CMYK 0 0.21 0.77 0.13
HSL 43.95º 0.73% 0.54% -
HSV(B) 43.95º 0.77% 0.87% -
XYZ 46.75 47.37 9.81 -
YUV 176.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 223 177 51 0 0.21 0.77 0.13 43.95 0.73 0.54
Hex DF B1 33 0 15 4D D 2C 49 36
Octal 337 261 63 0 25 115 15 54 111 66
Binary 11011111 10110001 110011 0 10101 1001101 1101 101100 1001001 110110

Color Harmonies of #DFB133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB133

Black with #DFB133

Text Example


Text Example

White with #DFB133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB133; }

 p { color: rgb(223,177,51); }

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

background-color css

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

 a { background-color: rgb(223,177,51); }

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

border-color css

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

 span { border-color: rgb(223,177,51); }

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