Html Css Color HEX #DFB019 Gold Tips

📋 copy color: '#DFB019'

red 223 ◦ green 176 ◦ blue 25

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

Shades of Gold Tips #DFB019

Tints of Gold Tips #DFB019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.9%

R = 52.59%
G = 41.51%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DFB019 (or 0xDFB019) is known color: Gold Tips. HEX triplet: DF, B0 and 19. RGB value is (223,176,25). Sum of RGB (Red+Green+Blue) = 223+176+25=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB019 is #204FE6. Grayscale: #ADADAD. Windows color (decimal): -2117607 or 1683679. OLE color: 1683679.

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

Color convert

RGB 223 176 25 -
CMYK 0 0.21 0.89 0.13
HSL 45.76º 0.8% 0.49% -
HSV(B) 45.76º 0.89% 0.87% -
XYZ 46.13 46.81 7.52 -
YUV 172.84 44.57 163.78 -
System Red Green Blue C M Y K H S L
Decimal 223 176 25 0 0.21 0.89 0.13 45.76 0.8 0.49
Hex DF B0 19 0 15 59 D 2E 50 31
Octal 337 260 31 0 25 131 15 56 120 61
Binary 11011111 10110000 11001 0 10101 1011001 1101 101110 1010000 110001

Color Harmonies of #DFB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB019

Black with #DFB019

Text Example


Text Example

White with #DFB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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