Html Css Color HEX #DFB93B Metallic Gold

📋 copy color: '#DFB93B'

red 223 ◦ green 185 ◦ blue 59

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

Shades of Metallic Gold #DFB93B

Tints of Metallic Gold #DFB93B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 59 (23.44% from 255) = 12.63%

R = 47.75%
G = 39.61%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DFB93B (or 0xDFB93B) is known color: Metallic Gold. HEX triplet: DF, B9 and 3B. RGB value is (223,185,59). Sum of RGB (Red+Green+Blue) = 223+185+59=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB93B is #2046C4. Grayscale: #B6B6B6. Windows color (decimal): -2115269 or 3914207. OLE color: 3914207.

HSL color Cylindrical-coordinate representation of color #DFB93B: hue angle of 46.1º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFB93B is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 59 -
CMYK 0 0.17 0.74 0.13
HSL 46.1º 0.72% 0.55% -
HSV(B) 46.1º 0.74% 0.87% -
XYZ 48.57 50.7 11.36 -
YUV 182 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 223 185 59 0 0.17 0.74 0.13 46.1 0.72 0.55
Hex DF B9 3B 0 11 4A D 2E 48 37
Octal 337 271 73 0 21 112 15 56 110 67
Binary 11011111 10111001 111011 0 10001 1001010 1101 101110 1001000 110111

Color Harmonies of #DFB93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB93B

Black with #DFB93B

Text Example


Text Example

White with #DFB93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB93B; }

 p { color: rgb(223,185,59); }

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

background-color css

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

 a { background-color: rgb(223,185,59); }

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

border-color css

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

 span { border-color: rgb(223,185,59); }

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