Html Css Color HEX #DFB820 Gold Tips

📋 copy color: '#DFB820'

red 223 ◦ green 184 ◦ blue 32

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

Shades of Gold Tips #DFB820

Tints of Gold Tips #DFB820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.91%

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

R = 50.8%
G = 41.91%
B = 7.29%

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

#DFB820 (or 0xDFB820) is known color: Gold Tips. HEX triplet: DF, B8 and 20. RGB value is (223,184,32). Sum of RGB (Red+Green+Blue) = 223+184+32=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB820 is #2047DF. Grayscale: #B2B2B2. Windows color (decimal): -2115552 or 2144479. OLE color: 2144479.

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

Color convert

RGB 223 184 32 -
CMYK 0 0.17 0.86 0.13
HSL 47.75º 0.75% 0.5% -
HSV(B) 47.75º 0.86% 0.87% -
XYZ 47.83 50.07 8.51 -
YUV 178.33 45.42 159.86 -
System Red Green Blue C M Y K H S L
Decimal 223 184 32 0 0.17 0.86 0.13 47.75 0.75 0.5
Hex DF B8 20 0 11 56 D 30 4B 32
Octal 337 270 40 0 21 126 15 60 113 62
Binary 11011111 10111000 100000 0 10001 1010110 1101 110000 1001011 110010

Color Harmonies of #DFB820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB820

Black with #DFB820

Text Example


Text Example

White with #DFB820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB820; }

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

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

background-color css

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

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

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

border-color css

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

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

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