Html Css Color HEX #DFB83A Metallic Gold

📋 copy color: '#DFB83A'

red 223 ◦ green 184 ◦ blue 58

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

Shades of Metallic Gold #DFB83A

Tints of Metallic Gold #DFB83A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.57%

 BLUE value IS 58 (23.05% from 255) = 12.47%

R = 47.96%
G = 39.57%
B = 12.47%

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

#DFB83A (or 0xDFB83A) is known color: Metallic Gold. HEX triplet: DF, B8 and 3A. RGB value is (223,184,58). Sum of RGB (Red+Green+Blue) = 223+184+58=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB83A is #2047C5. Grayscale: #B5B5B5. Windows color (decimal): -2115526 or 3848415. OLE color: 3848415.

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

Color convert

RGB 223 184 58 -
CMYK 0 0.17 0.74 0.13
HSL 45.82º 0.72% 0.55% -
HSV(B) 45.82º 0.74% 0.87% -
XYZ 48.34 50.27 11.16 -
YUV 181.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 223 184 58 0 0.17 0.74 0.13 45.82 0.72 0.55
Hex DF B8 3A 0 11 4A D 2E 48 37
Octal 337 270 72 0 21 112 15 56 110 67
Binary 11011111 10111000 111010 0 10001 1001010 1101 101110 1001000 110111

Color Harmonies of #DFB83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB83A

Black with #DFB83A

Text Example


Text Example

White with #DFB83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB83A; }

 p { color: rgb(223,184,58); }

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

background-color css

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

 a { background-color: rgb(223,184,58); }

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

border-color css

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

 span { border-color: rgb(223,184,58); }

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