Html Css Color HEX #DFB318 Gold Tips

📋 copy color: '#DFB318'

red 223 ◦ green 179 ◦ blue 24

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

Shades of Gold Tips #DFB318

Tints of Gold Tips #DFB318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

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

R = 52.35%
G = 42.02%
B = 5.63%

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

#DFB318 (or 0xDFB318) is known color: Gold Tips. HEX triplet: DF, B3 and 18. RGB value is (223,179,24). Sum of RGB (Red+Green+Blue) = 223+179+24=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB318 is #204CE7. Grayscale: #AFAFAF. Windows color (decimal): -2116840 or 1618911. OLE color: 1618911.

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

Color convert

RGB 223 179 24 -
CMYK 0 0.20 0.89 0.13
HSL 46.73º 0.81% 0.48% -
HSV(B) 46.73º 0.89% 0.87% -
XYZ 46.72 47.99 7.67 -
YUV 174.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 223 179 24 0 0.20 0.89 0.13 46.73 0.81 0.48
Hex DF B3 18 0 14 59 D 2F 51 30
Octal 337 263 30 0 24 131 15 57 121 60
Binary 11011111 10110011 11000 0 10100 1011001 1101 101111 1010001 110000

Color Harmonies of #DFB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB318

Black with #DFB318

Text Example


Text Example

White with #DFB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB318; }

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

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

background-color css

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

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

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

border-color css

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

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

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