Html Css Color HEX #DFB920 Gold Tips

📋 copy color: '#DFB920'

red 223 ◦ green 185 ◦ blue 32

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

Shades of Gold Tips #DFB920

Tints of Gold Tips #DFB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

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

R = 50.68%
G = 42.05%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFB920 (or 0xDFB920) is known color: Gold Tips. HEX triplet: DF, B9 and 20. RGB value is (223,185,32). Sum of RGB (Red+Green+Blue) = 223+185+32=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB920 is #2046DF. Grayscale: #B3B3B3. Windows color (decimal): -2115296 or 2144735. OLE color: 2144735.

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

Color convert

RGB 223 185 32 -
CMYK 0 0.17 0.86 0.13
HSL 48.06º 0.75% 0.5% -
HSV(B) 48.06º 0.86% 0.87% -
XYZ 48.04 50.49 8.58 -
YUV 178.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 223 185 32 0 0.17 0.86 0.13 48.06 0.75 0.5
Hex DF B9 20 0 11 56 D 30 4B 32
Octal 337 271 40 0 21 126 15 60 113 62
Binary 11011111 10111001 100000 0 10001 1010110 1101 110000 1001011 110010

Color Harmonies of #DFB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB920

Black with #DFB920

Text Example


Text Example

White with #DFB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB920; }

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

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

background-color css

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

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

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

border-color css

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

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

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