Html Css Color HEX #DFB018 Gold Tips

📋 copy color: '#DFB018'

red 223 ◦ green 176 ◦ blue 24

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

Shades of Gold Tips #DFB018

Tints of Gold Tips #DFB018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 52.72%
G = 41.61%
B = 5.67%

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

#DFB018 (or 0xDFB018) is known color: Gold Tips. HEX triplet: DF, B0 and 18. RGB value is (223,176,24). Sum of RGB (Red+Green+Blue) = 223+176+24=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB018 is #204FE7. Grayscale: #ADADAD. Windows color (decimal): -2117608 or 1618143. OLE color: 1618143.

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

Color convert

RGB 223 176 24 -
CMYK 0 0.21 0.89 0.13
HSL 45.83º 0.81% 0.48% -
HSV(B) 45.83º 0.89% 0.87% -
XYZ 46.12 46.8 7.47 -
YUV 172.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 223 176 24 0 0.21 0.89 0.13 45.83 0.81 0.48
Hex DF B0 18 0 15 59 D 2E 51 30
Octal 337 260 30 0 25 131 15 56 121 60
Binary 11011111 10110000 11000 0 10101 1011001 1101 101110 1010001 110000

Color Harmonies of #DFB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB018

Black with #DFB018

Text Example


Text Example

White with #DFB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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