Html Css Color HEX #DFB838 Metallic Gold

📋 copy color: '#DFB838'

red 223 ◦ green 184 ◦ blue 56

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

Shades of Metallic Gold #DFB838

Tints of Metallic Gold #DFB838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.1%

R = 48.16%
G = 39.74%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DFB838 (or 0xDFB838) is known color: Metallic Gold. HEX triplet: DF, B8 and 38. RGB value is (223,184,56). Sum of RGB (Red+Green+Blue) = 223+184+56=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB838 is #2047C7. Grayscale: #B5B5B5. Windows color (decimal): -2115528 or 3717343. OLE color: 3717343.

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

Color convert

RGB 223 184 56 -
CMYK 0 0.17 0.75 0.13
HSL 45.99º 0.72% 0.55% -
HSV(B) 45.99º 0.75% 0.87% -
XYZ 48.29 50.25 10.9 -
YUV 181.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 223 184 56 0 0.17 0.75 0.13 45.99 0.72 0.55
Hex DF B8 38 0 11 4B D 2E 48 37
Octal 337 270 70 0 21 113 15 56 110 67
Binary 11011111 10111000 111000 0 10001 1001011 1101 101110 1001000 110111

Color Harmonies of #DFB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB838

Black with #DFB838

Text Example


Text Example

White with #DFB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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