Html Css Color HEX #DFB320 Gold Tips

📋 copy color: '#DFB320'

red 223 ◦ green 179 ◦ blue 32

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

Shades of Gold Tips #DFB320

Tints of Gold Tips #DFB320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 51.38%
G = 41.24%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFB320 (or 0xDFB320) is known color: Gold Tips. HEX triplet: DF, B3 and 20. RGB value is (223,179,32). Sum of RGB (Red+Green+Blue) = 223+179+32=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB320 is #204CDF. Grayscale: #B0B0B0. Windows color (decimal): -2116832 or 2143199. OLE color: 2143199.

HSL color Cylindrical-coordinate representation of color #DFB320: hue angle of 46.18º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFB320 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 32 -
CMYK 0 0.20 0.86 0.13
HSL 46.18º 0.75% 0.5% -
HSV(B) 46.18º 0.86% 0.87% -
XYZ 46.81 48.03 8.17 -
YUV 175.4 47.08 161.95 -
System Red Green Blue C M Y K H S L
Decimal 223 179 32 0 0.20 0.86 0.13 46.18 0.75 0.5
Hex DF B3 20 0 14 56 D 2E 4B 32
Octal 337 263 40 0 24 126 15 56 113 62
Binary 11011111 10110011 100000 0 10100 1010110 1101 101110 1001011 110010

Color Harmonies of #DFB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB320

Black with #DFB320

Text Example


Text Example

White with #DFB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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