Html Css Color HEX #DFB218 Gold Tips

📋 copy color: '#DFB218'

red 223 ◦ green 178 ◦ blue 24

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

Shades of Gold Tips #DFB218

Tints of Gold Tips #DFB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

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

R = 52.47%
G = 41.88%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DFB218 (or 0xDFB218) is known color: Gold Tips. HEX triplet: DF, B2 and 18. RGB value is (223,178,24). Sum of RGB (Red+Green+Blue) = 223+178+24=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB218 is #204DE7. Grayscale: #AEAEAE. Windows color (decimal): -2117096 or 1618655. OLE color: 1618655.

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

Color convert

RGB 223 178 24 -
CMYK 0 0.20 0.89 0.13
HSL 46.43º 0.81% 0.48% -
HSV(B) 46.43º 0.89% 0.87% -
XYZ 46.52 47.59 7.6 -
YUV 173.9 43.41 163.02 -
System Red Green Blue C M Y K H S L
Decimal 223 178 24 0 0.20 0.89 0.13 46.43 0.81 0.48
Hex DF B2 18 0 14 59 D 2E 51 30
Octal 337 262 30 0 24 131 15 56 121 60
Binary 11011111 10110010 11000 0 10100 1011001 1101 101110 1010001 110000

Color Harmonies of #DFB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB218

Black with #DFB218

Text Example


Text Example

White with #DFB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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