Html Css Color HEX #DFB031 Gold Tips

📋 copy color: '#DFB031'

red 223 ◦ green 176 ◦ blue 49

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

Shades of Gold Tips #DFB031

Tints of Gold Tips #DFB031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

 BLUE value IS 49 (19.53% from 255) = 10.94%

R = 49.78%
G = 39.29%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB031 (or 0xDFB031) is known color: Gold Tips. HEX triplet: DF, B0 and 31. RGB value is (223,176,49). Sum of RGB (Red+Green+Blue) = 223+176+49=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB031 is #204FCE. Grayscale: #B0B0B0. Windows color (decimal): -2117583 or 3256543. OLE color: 3256543.

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

Color convert

RGB 223 176 49 -
CMYK 0 0.21 0.78 0.13
HSL 43.79º 0.73% 0.53% -
HSV(B) 43.79º 0.78% 0.87% -
XYZ 46.51 46.96 9.52 -
YUV 175.58 56.57 161.83 -
System Red Green Blue C M Y K H S L
Decimal 223 176 49 0 0.21 0.78 0.13 43.79 0.73 0.53
Hex DF B0 31 0 15 4E D 2C 49 35
Octal 337 260 61 0 25 116 15 54 111 65
Binary 11011111 10110000 110001 0 10101 1001110 1101 101100 1001001 110101

Color Harmonies of #DFB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB031

Black with #DFB031

Text Example


Text Example

White with #DFB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB031; }

 p { color: rgb(223,176,49); }

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

background-color css

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

 a { background-color: rgb(223,176,49); }

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

border-color css

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

 span { border-color: rgb(223,176,49); }

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