Html Css Color HEX #DFB831 Gold Tips

📋 copy color: '#DFB831'

red 223 ◦ green 184 ◦ blue 49

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

Shades of Gold Tips #DFB831

Tints of Gold Tips #DFB831

RGB

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

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

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

R = 48.9%
G = 40.35%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB831 (or 0xDFB831) is known color: Gold Tips. HEX triplet: DF, B8 and 31. RGB value is (223,184,49). Sum of RGB (Red+Green+Blue) = 223+184+49=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB831 is #2047CE. Grayscale: #B4B4B4. Windows color (decimal): -2115535 or 3258591. OLE color: 3258591.

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

Color convert

RGB 223 184 49 -
CMYK 0 0.17 0.78 0.13
HSL 46.55º 0.73% 0.53% -
HSV(B) 46.55º 0.78% 0.87% -
XYZ 48.13 50.19 10.06 -
YUV 180.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 223 184 49 0 0.17 0.78 0.13 46.55 0.73 0.53
Hex DF B8 31 0 11 4E D 2F 49 35
Octal 337 270 61 0 21 116 15 57 111 65
Binary 11011111 10111000 110001 0 10001 1001110 1101 101111 1001001 110101

Color Harmonies of #DFB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB831

Black with #DFB831

Text Example


Text Example

White with #DFB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB831; }

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

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

background-color css

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

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

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

border-color css

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

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

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