#DFB365

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

Shades of Equator #DFB365

Tints of Equator #DFB365

Color information

#DFB365 (or 0xDFB365) is unknown color: approx Equator. HEX triplet: DF, B3 and 65. RGB value is (223,179,101). Sum of RGB (Red+Green+Blue) = 223+179+101=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB365 is #204C9A. Grayscale: #B7B7B7. Windows color (decimal): -2116763 or 6665183. OLE color: 6665183.

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

Color convert

RGB223179101-
CMYK00.200.550.13
HSL38.36º65.59%63.53%-
HSV(B)38.36º54.71%87.45%-
XYZ48.948.8719.17-
YUV183.2681.58156.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 101 (39.84% from 255) = 20.08%
R=44.33%
G=35.59%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317910100.200.550.1338.3665.5963.53
HexDFB36501437D264240
Octal337263145024671546102100
Binary11011111101100111100101010100110111110110011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB365; }

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

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

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

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

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

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

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

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