#dfb768

Color #DFB768 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DFB768

Tints of Equator #DFB768

Color information

#DFB768 (or 0xDFB768) is unknown color: approx Equator. HEX triplet: DF, B7 and 68. RGB value is (223,183,104). Sum of RGB (Red+Green+Blue) = 223+183+104=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB768 is #204897. Grayscale: #BABABA. Windows color (decimal): -2115736 or 6862815. OLE color: 6862815.

HSL color Cylindrical-coordinate representation of color #DFB768: hue angle of 39.83º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFB768 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB223183104-
CMYK00.180.530.13
HSL39.83º65.03%64.12%-
HSV(B)39.83º53.36%87.45%-
XYZ49.8650.5520.23-
YUV185.9581.75154.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 104 (41.02% from 255) = 20.39%
R=43.73%
G=35.88%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318310400.180.530.1339.8365.0364.12
HexDFB76801235D284140
Octal337267150022651550101100
Binary11011111101101111101000010010110101110110100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb768; }

 p { color: rgb(223,183,104); }

 H1.HeaderClassName
 {
   color: #dfb768;
 }
 .AnyTagClassName
 {
   color: #dfb768;
 }
</style>
background-color css

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

 a { background-color: rgb(223,183,104); }

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

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

 span { border-color: rgb(223,183,104); }

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